commit: 6503f9101ab0583ad1a2570a0044148ab105d0f8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 14:04:20 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 08:03:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6503f910
www-servers/gunicorn: Port to pypy3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
www-servers/gunicorn/gunicorn-20.0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-servers/gunicorn/gunicorn-20.0.4.ebuild
b/www-servers/gunicorn/gunicorn-20.0.4.ebuild
index 1c881d642a1..7105a5fd3e3 100644
--- a/www-servers/gunicorn/gunicorn-20.0.4.ebuild
+++ b/www-servers/gunicorn/gunicorn-20.0.4.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
inherit distutils-r1