summaryrefslogtreecommitdiff
path: root/net-misc/gns3-server/files/gns3-server-2.1.3-typing.patch
blob: 99b32df27ad876885d4296a59e26889945f88b9d (plain)
1
2
3
4
5
6
7
8
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