dev-python/aiohttp-cors: Remove fake python3.7 support
authorMichał Górny <mgorny@gentoo.org>
Tue, 17 Mar 2020 12:59:43 +0000 (13:59 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 17 Mar 2020 16:55:44 +0000 (17:55 +0100)
The package is plain broken with python3.7.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/aiohttp-cors/aiohttp-cors-0.6.0.ebuild
dev-python/aiohttp-cors/aiohttp-cors-0.7.0.ebuild

index 771ee65952c033e3395d2607358323efdbba5879..6a076794daebfe8ed978a6c476a51cb98a0c762d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index f02b23e4590a6b8d671d2085bd61a92770ef7feb..ab9ba261f9d9c58c71bc0de9a53ef7933376c930 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1