From 1fddf2126aa26c23223d585ba9f32cc3d14b976a Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Fri, 17 Nov 2023 11:30:30 +0100 Subject: [PATCH] dev-python/aiohttp-cors: enable pypy3 Signed-off-by: Andrew Ammerlaan --- dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d8721618aa91c..b9f9a8493b93a 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