diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-06-01 12:00:02 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-06-02 09:56:00 +0000 |
commit | 4f82f4771ff56cd72753280724fd6d8b00d465cb (patch) | |
tree | 1ffca2a8f19db1c7067d59a028dc20bc5a6b2311 /community/gns3-server/dropped-requirements.patch | |
parent | 720058789985437c62f900c49f065b838bf473ac (diff) | |
download | aports-4f82f4771ff56cd72753280724fd6d8b00d465cb.tar.bz2 aports-4f82f4771ff56cd72753280724fd6d8b00d465cb.tar.xz |
community/gns-server: added dependencies for aiohttp1
In Alpine repo we have aiohttp 2.x only, but this is incompatible
with GNS3.
Bug sent to upstream https://github.com/GNS3/gns3-server/issues/1054
In the meanwhile, we created a py3-aiohttp1 package to make GNS3 work again
Diffstat (limited to 'community/gns3-server/dropped-requirements.patch')
-rw-r--r-- | community/gns3-server/dropped-requirements.patch | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/community/gns3-server/dropped-requirements.patch b/community/gns3-server/dropped-requirements.patch index 088a3d37de..f9ad1c9ca9 100644 --- a/community/gns3-server/dropped-requirements.patch +++ b/community/gns3-server/dropped-requirements.patch @@ -1,8 +1,8 @@ diff --git a/requirements.txt b/requirements.txt -index 775d220..1c81f17 100644 +index 648cf5f..1c81f17 100644 --- a/requirements.txt +++ b/requirements.txt -@@ -1,7 +1,7 @@ +@@ -1,9 +1,8 @@ jsonschema>=2.4.0 -aiohttp>=1.3.5,<=1.4.0 # pyup: ignore -aiohttp-cors==0.5.1 # pyup: ignore @@ -13,3 +13,5 @@ index 775d220..1c81f17 100644 Jinja2>=2.7.3 raven>=5.23.0 psutil>=3.0.0 + zipstream>=1.1.4 +-typing>=3.5.3.0 # Otherwise yarl fail with python 3.4 |