aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-aiohttp1/dropped-requirements.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2017-06-01 11:56:09 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-06-02 09:56:00 +0000
commitcbd163ecd102f0780fa729692e343ead03be773a (patch)
treebb0b0e55451e74d89c4700e2e652351f5a4e95d0 /community/py3-aiohttp1/dropped-requirements.patch
parent69ea2d4119e68a133d013d2608a71007d32636c6 (diff)
downloadaports-cbd163ecd102f0780fa729692e343ead03be773a.tar.bz2
aports-cbd163ecd102f0780fa729692e343ead03be773a.tar.xz
community/py3-aiohttp1: new aport. Needed to make GNS3 works again
Diffstat (limited to 'community/py3-aiohttp1/dropped-requirements.patch')
-rw-r--r--community/py3-aiohttp1/dropped-requirements.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/py3-aiohttp1/dropped-requirements.patch b/community/py3-aiohttp1/dropped-requirements.patch
new file mode 100644
index 0000000000..a51360143a
--- /dev/null
+++ b/community/py3-aiohttp1/dropped-requirements.patch
@@ -0,0 +1,13 @@
+diff --git a/setup.py b/setup.py
+index d6e0461..01eda33 100644
+--- a/setup.py
++++ b/setup.py
+@@ -55,7 +55,7 @@ with codecs.open(os.path.join(os.path.abspath(os.path.dirname(
+
+
+ install_requires = ['chardet', 'multidict>=2.1.4',
+- 'async_timeout>=1.1.0', 'yarl>=0.9.8,<0.10']
++ 'async_timeout>=1.1.0', 'yarl>=0.9.8']
+
+ if sys.version_info < (3, 4, 2):
+ raise RuntimeError("aiohttp requires Python 3.4.2+")