summaryrefslogtreecommitdiff
path: root/dev-python/aiohttp/aiohttp-3.7.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/aiohttp/aiohttp-3.7.3.ebuild')
-rw-r--r--dev-python/aiohttp/aiohttp-3.7.3.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/aiohttp/aiohttp-3.7.3.ebuild b/dev-python/aiohttp/aiohttp-3.7.3.ebuild
index f2191ebd9c45..150a28290d88 100644
--- a/dev-python/aiohttp/aiohttp-3.7.3.ebuild
+++ b/dev-python/aiohttp/aiohttp-3.7.3.ebuild
@@ -71,6 +71,10 @@ python_prepare_all() {
sed -e 's:test_mark_formdata_as_processed:_&:' \
-i tests/test_formdata.py || die
+ # newer chardet works too
+ sed -e 's|chardet>=2.0,<4.0|chardet>=2.0|' \
+ -i setup.py aiohttp.egg-info/requires.txt || die
+
# takes a very long time, then fails
rm tests/test_pytest_plugin.py || die