commit: c2c30a44d071bdcf92adf0526a3e4325052c0e40 Author: Craig Andrews <candrews <AT> gentoo <DOT> org> AuthorDate: Sun Oct 13 20:45:57 2019 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Tue Oct 15 15:57:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c30a44
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 <candrews <AT> gentoo.org> dev-python/aiohttp-cors/aiohttp-cors-0.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2ef943a0aea..e5b671ad5b8 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
