summaryrefslogtreecommitdiff
path: root/net-misc/gns3-server/files/gns3-server-2.1.3-typing.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/gns3-server/files/gns3-server-2.1.3-typing.patch')
-rw-r--r--net-misc/gns3-server/files/gns3-server-2.1.3-typing.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/net-misc/gns3-server/files/gns3-server-2.1.3-typing.patch b/net-misc/gns3-server/files/gns3-server-2.1.3-typing.patch
new file mode 100644
index 000000000000..99b32df27ad8
--- /dev/null
+++ b/net-misc/gns3-server/files/gns3-server-2.1.3-typing.patch
@@ -0,0 +1,9 @@
+--- a/requirements.txt
++++ b/requirements.txt
+@@ -6,5 +6,5 @@
+ raven>=5.23.0
+ psutil>=3.0.0
+ zipstream>=1.1.4
+-typing>=3.5.3.0 # Otherwise yarl fails with python 3.4
++typing>=3.5.3.0;python_version<"3.5" # Otherwise yarl fails with python 3.4
+ prompt-toolkit