commit:     79ed3181bdf3383d8d267cc9bd205cd57151fba9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 17 12:59:43 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 17 16:55:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79ed3181

dev-python/aiohttp-cors: Remove fake python3.7 support

The package is plain broken with python3.7.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/aiohttp-cors/aiohttp-cors-0.6.0.ebuild | 2 +-
 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 771ee65952c..6a076794dae 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 f02b23e4590..ab9ba261f9d 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
 

Reply via email to