summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-17 16:04:20 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-18 10:03:56 +0200
commit6503f9101ab0583ad1a2570a0044148ab105d0f8 (patch)
tree464ad021fbc6f7a02a30922273f38ad0d676db20 /www-servers
parentdev-python/setproctitle: Port to pypy3 (diff)
downloadgentoo-6503f9101ab0583ad1a2570a0044148ab105d0f8.tar.gz
gentoo-6503f9101ab0583ad1a2570a0044148ab105d0f8.tar.bz2
gentoo-6503f9101ab0583ad1a2570a0044148ab105d0f8.zip
www-servers/gunicorn: Port to pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/gunicorn/gunicorn-20.0.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/gunicorn/gunicorn-20.0.4.ebuild b/www-servers/gunicorn/gunicorn-20.0.4.ebuild
index 1c881d642a18..7105a5fd3e31 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