summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-04-07 11:21:58 +0200
committerMichał Górny <mgorny@gentoo.org>2022-04-07 11:21:58 +0200
commit558061a5907ad156593d4006a489573a747ed340 (patch)
tree5a2142f0b27507de7b0dc43e3b7a96303eb43cd1 /dev-python/httpcore
parentdev-python/pytest-httpbin: Skip test failing due to rel. redirect (diff)
downloadgentoo-558061a5907ad156593d4006a489573a747ed340.tar.gz
gentoo-558061a5907ad156593d4006a489573a747ed340.tar.bz2
gentoo-558061a5907ad156593d4006a489573a747ed340.zip
dev-python/httpcore: Enable pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/httpcore')
-rw-r--r--dev-python/httpcore/httpcore-0.14.7-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httpcore/httpcore-0.14.7-r1.ebuild b/dev-python/httpcore/httpcore-0.14.7-r1.ebuild
index 396c0c27cbe0..20fbfb0689d8 100644
--- a/dev-python/httpcore/httpcore-0.14.7-r1.ebuild
+++ b/dev-python/httpcore/httpcore-0.14.7-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
inherit distutils-r1 optfeature