summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2018-07-12 23:53:57 +0200
committerLouis Sautier <sbraz@gentoo.org>2018-07-12 23:58:50 +0200
commita399827761cd5dbeaf1edb8377cfcc3bd4963ced (patch)
tree47ed828753ce35f45610a5dd9771a8f5459df0e3 /net-misc/gns3-server/files
parentdev-python/testtools: Remove unused patches (diff)
downloadgentoo-a399827761cd5dbeaf1edb8377cfcc3bd4963ced.tar.gz
gentoo-a399827761cd5dbeaf1edb8377cfcc3bd4963ced.tar.bz2
gentoo-a399827761cd5dbeaf1edb8377cfcc3bd4963ced.zip
net-misc/gns3-server: fix typing compatibility
Required after 9bc4443779d8247af9312ac39039c1bde3af6d97 Package-Manager: Portage-2.3.42, Repoman-2.3.9
Diffstat (limited to 'net-misc/gns3-server/files')
-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