From: Michał Górny Date: Tue, 17 Mar 2020 12:59:43 +0000 (+0100) Subject: dev-python/aiohttp-cors: Remove fake python3.7 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=79ed3181bdf3383d8d267cc9bd205cd57151fba9;p=gentoo.git dev-python/aiohttp-cors: Remove fake python3.7 support The package is plain broken with python3.7. Signed-off-by: Michał Górny --- 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