aboutsummaryrefslogtreecommitdiffstats
path: root/community/gns3-server/fix-requirements.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2018-02-12 11:10:15 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2018-02-12 11:11:08 +0000
commite50debadd200916de2a656e564c226bc8ac144f2 (patch)
treeefc3c6c292c875c0debe2368d6bf828e34fd3b9d /community/gns3-server/fix-requirements.patch
parent20b05ae1dc65b05f0aed2f12937560acf3294972 (diff)
downloadaports-e50debadd200916de2a656e564c226bc8ac144f2.tar.bz2
aports-e50debadd200916de2a656e564c226bc8ac144f2.tar.xz
community/gns3-server: fix requirements
Diffstat (limited to 'community/gns3-server/fix-requirements.patch')
-rw-r--r--community/gns3-server/fix-requirements.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/community/gns3-server/fix-requirements.patch b/community/gns3-server/fix-requirements.patch
new file mode 100644
index 0000000000..7f013e2b69
--- /dev/null
+++ b/community/gns3-server/fix-requirements.patch
@@ -0,0 +1,16 @@
+diff --git a/requirements.txt b/requirements.txt
+index 184af37..b4af7c9 100644
+--- a/requirements.txt
++++ b/requirements.txt
+@@ -1,10 +1,9 @@
+ jsonschema>=2.4.0
+ aiohttp>=2.2.0,<2.4.0 # pyup: ignore
+-aiohttp-cors>=0.5.3,<0.6.0 # pyup: ignore
++aiohttp-cors>=0.5.3,<=0.6.0 # pyup: ignore
+ yarl>=0.11
+ Jinja2>=2.7.3
+ raven>=5.23.0
+ psutil>=3.0.0
+ zipstream>=1.1.4
+-typing>=3.5.3.0 # Otherwise yarl fails with python 3.4
+ prompt-toolkit