diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-17 13:59:43 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-17 17:55:44 +0100 |
commit | 79ed3181bdf3383d8d267cc9bd205cd57151fba9 (patch) | |
tree | 2074bedb25fbe99f58ed805a2f904c86a3738f59 /dev-python/aiohttp-cors | |
parent | dev-python/pytest-aiohttp: Set DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/aiohttp-cors/aiohttp-cors-0.6.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/aiohttp-cors/aiohttp-cors-0.7.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/aiohttp-cors/aiohttp-cors-0.6.0.ebuild b/dev-python/aiohttp-cors/aiohttp-cors-0.6.0.ebuild index 771ee65952c0..6a076794daeb 100644 --- a/dev-python/aiohttp-cors/aiohttp-cors-0.6.0.ebuild +++ b/dev-python/aiohttp-cors/aiohttp-cors-0.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 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 |