From: Craig Andrews Date: Sun, 13 Oct 2019 20:45:57 +0000 (-0400) Subject: dev-python/aiohttp-cors: Python 3.7 compatibility X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c2c30a44d071bdcf92adf0526a3e4325052c0e40;p=gentoo.git dev-python/aiohttp-cors: Python 3.7 compatibility Closes: https://bugs.gentoo.org/691856 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews --- 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 2ef943a0aea3..e5b671ad5b8e 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_{5,6} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1