summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-17 13:59:43 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-17 17:55:44 +0100
commit79ed3181bdf3383d8d267cc9bd205cd57151fba9 (patch)
tree2074bedb25fbe99f58ed805a2f904c86a3738f59 /dev-python/aiohttp-cors/aiohttp-cors-0.7.0.ebuild
parentdev-python/pytest-aiohttp: Set DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-79ed3181bdf3383d8d267cc9bd205cd57151fba9.tar.gz
gentoo-79ed3181bdf3383d8d267cc9bd205cd57151fba9.tar.bz2
gentoo-79ed3181bdf3383d8d267cc9bd205cd57151fba9.zip
dev-python/aiohttp-cors: Remove fake python3.7 support
The package is plain broken with python3.7. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/aiohttp-cors/aiohttp-cors-0.7.0.ebuild')
-rw-r--r--dev-python/aiohttp-cors/aiohttp-cors-0.7.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/aiohttp-cors/aiohttp-cors-0.7.0.ebuild b/dev-python/aiohttp-cors/aiohttp-cors-0.7.0.ebuild
index f02b23e4590a..ab9ba261f9d9 100644
--- a/dev-python/aiohttp-cors/aiohttp-cors-0.7.0.ebuild
+++ b/dev-python/aiohttp-cors/aiohttp-cors-0.7.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1