diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-19 12:09:08 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-19 13:00:04 +0000 |
commit | 3291f08e89ce1c33ab9bed491d2bcdbfa572f6af (patch) | |
tree | 7f2c044d613d2fd86f1b1583b0311c321c57fe89 /community/gns3-server/support-newer-aiohttp-version.patch | |
parent | 806a7604e6f4b1247cea0893a411bed20c9efc33 (diff) | |
download | aports-3291f08e89ce1c33ab9bed491d2bcdbfa572f6af.tar.bz2 aports-3291f08e89ce1c33ab9bed491d2bcdbfa572f6af.tar.xz |
community/gns3-server: moved from testing
Diffstat (limited to 'community/gns3-server/support-newer-aiohttp-version.patch')
-rw-r--r-- | community/gns3-server/support-newer-aiohttp-version.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/gns3-server/support-newer-aiohttp-version.patch b/community/gns3-server/support-newer-aiohttp-version.patch new file mode 100644 index 0000000000..4711c7c44e --- /dev/null +++ b/community/gns3-server/support-newer-aiohttp-version.patch @@ -0,0 +1,11 @@ +diff --git a/requirements.txt b/requirements.txt +index 7fbcea9..59e6145 100644 +--- a/requirements.txt ++++ b/requirements.txt +@@ -1,5 +1,5 @@ + jsonschema>=2.4.0 +-aiohttp==0.21.5 ++aiohttp>=0.21.5 + Jinja2>=2.7.3 + raven>=5.2.0 + psutil>=3.0.0 |