From 4f82f4771ff56cd72753280724fd6d8b00d465cb Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Thu, 1 Jun 2017 12:00:02 +0000 Subject: 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 --- community/gns3-server/dropped-requirements.patch | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'community/gns3-server/dropped-requirements.patch') 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 -- cgit v1.2.3