summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-02-02 10:01:21 +0100
committerMichał Górny <mgorny@gentoo.org>2022-02-02 10:26:49 +0100
commit0cd5be6274c64c2b08c398db1e3aa06b177b7c47 (patch)
tree51b09970814f272784d80c52a26d5873ebeaf4d8 /dev-python/hpack/hpack-3.0.0.ebuild
parentdev-python/cython-test-exception-raiser: Switch to PEP 517 build (diff)
downloadgentoo-0cd5be6274c64c2b08c398db1e3aa06b177b7c47.tar.gz
gentoo-0cd5be6274c64c2b08c398db1e3aa06b177b7c47.tar.bz2
gentoo-0cd5be6274c64c2b08c398db1e3aa06b177b7c47.zip
dev-python/hpack: Add pypy3 love
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hpack/hpack-3.0.0.ebuild')
-rw-r--r--dev-python/hpack/hpack-3.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hpack/hpack-3.0.0.ebuild b/dev-python/hpack/hpack-3.0.0.ebuild
index cfb818a6527a..fe09f7fda4f3 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1