summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-04-08 13:07:41 +0200
committerMichał Górny <mgorny@gentoo.org>2022-04-08 13:09:54 +0200
commiteee6c46e0ab5aafa6db2f624555edfd932b41c49 (patch)
tree02ec2a7bd7653dc846192d37b14ff1b7e9e550c5 /dev-python/httpx
parentdev-python/uvicorn: Enable pypy3 (diff)
downloadgentoo-eee6c46e0ab5aafa6db2f624555edfd932b41c49.tar.gz
gentoo-eee6c46e0ab5aafa6db2f624555edfd932b41c49.tar.bz2
gentoo-eee6c46e0ab5aafa6db2f624555edfd932b41c49.zip
dev-python/httpx: Enable pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/httpx')
-rw-r--r--dev-python/httpx/httpx-0.22.0-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httpx/httpx-0.22.0-r2.ebuild b/dev-python/httpx/httpx-0.22.0-r2.ebuild
index b756e1bf9e56..33f2c7c281e3 100644
--- a/dev-python/httpx/httpx-0.22.0-r2.ebuild
+++ b/dev-python/httpx/httpx-0.22.0-r2.ebuild
@@ -8,7 +8,7 @@ EAPI=8
# DOCS_DEPEND="dev-python/mkdocs-material"
# DOCS_AUTODOC=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
inherit distutils-r1 optfeature # docs
DESCRIPTION="Fully-featured HTTP client which provides sync and async APIs"