diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-05-04 06:57:02 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-05-05 09:24:18 +0000 |
commit | d4d2d900b02749896acaeeb71cc7417152d657cf (patch) | |
tree | f65ec7af814a633f722ebe9673b0beaaccd5a7ba /community/gns3-server/dropped-requirements.patch | |
parent | b126ef3a09b75fd566639466911bf4ebf2a12aad (diff) | |
download | aports-d4d2d900b02749896acaeeb71cc7417152d657cf.tar.bz2 aports-d4d2d900b02749896acaeeb71cc7417152d657cf.tar.xz |
community/gns3-server: workaround for newer py-packages on Alpine
Diffstat (limited to 'community/gns3-server/dropped-requirements.patch')
-rw-r--r-- | community/gns3-server/dropped-requirements.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/community/gns3-server/dropped-requirements.patch b/community/gns3-server/dropped-requirements.patch new file mode 100644 index 0000000000..088a3d37de --- /dev/null +++ b/community/gns3-server/dropped-requirements.patch @@ -0,0 +1,15 @@ +diff --git a/requirements.txt b/requirements.txt +index 775d220..1c81f17 100644 +--- a/requirements.txt ++++ b/requirements.txt +@@ -1,7 +1,7 @@ + jsonschema>=2.4.0 +-aiohttp>=1.3.5,<=1.4.0 # pyup: ignore +-aiohttp-cors==0.5.1 # pyup: ignore +-yarl>=0.9.8,<0.10 # pyup: ignore ++aiohttp>=1.3.5 # pyup: ignore ++aiohttp-cors>=0.5.1 # pyup: ignore ++yarl>=0.9.8 # pyup: ignore + Jinja2>=2.7.3 + raven>=5.23.0 + psutil>=3.0.0 |