diff options
author | 2023-11-17 11:30:30 +0100 | |
---|---|---|
committer | 2023-11-17 11:30:30 +0100 | |
commit | 1fddf2126aa26c23223d585ba9f32cc3d14b976a (patch) | |
tree | 83bdf5a5d053fda0bfe18de44bd5e12d3441c066 /dev-python/aiohttp-cors | |
parent | dev-python/selenium: enable pypy3 (diff) | |
download | gentoo-1fddf2126aa26c23223d585ba9f32cc3d14b976a.tar.gz gentoo-1fddf2126aa26c23223d585ba9f32cc3d14b976a.tar.bz2 gentoo-1fddf2126aa26c23223d585ba9f32cc3d14b976a.zip |
dev-python/aiohttp-cors: enable pypy3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/aiohttp-cors')
-rw-r--r-- | dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r2.ebuild b/dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r2.ebuild index d8721618aa91..b9f9a8493b93 100644 --- a/dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r2.ebuild +++ b/dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 |