summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-01-31 10:42:42 +0100
committerMichał Górny <mgorny@gentoo.org>2022-01-31 11:43:11 +0100
commit23655746a4b5ac530ba0d416ac8229818597c74d (patch)
tree782c8ecc22ef76c57dff4489e4a8f2be1cfb6fe7 /dev-python/cheroot
parentdev-python/requests-unixsocket: Add pypy3 love (diff)
downloadgentoo-23655746a4b5ac530ba0d416ac8229818597c74d.tar.gz
gentoo-23655746a4b5ac530ba0d416ac8229818597c74d.tar.bz2
gentoo-23655746a4b5ac530ba0d416ac8229818597c74d.zip
dev-python/cheroot: Add pypy3 love
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cheroot')
-rw-r--r--dev-python/cheroot/cheroot-8.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cheroot/cheroot-8.6.0.ebuild b/dev-python/cheroot/cheroot-8.6.0.ebuild
index 7cf72b10dda7..52a072009ea0 100644
--- a/dev-python/cheroot/cheroot-8.6.0.ebuild
+++ b/dev-python/cheroot/cheroot-8.6.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
DESCRIPTION="High-performance, pure-Python HTTP server used by CherryPy"