summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-12 09:29:36 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-12 10:36:58 +0200
commitec38cce1fc2077309b8da3a3bf305af792b02117 (patch)
tree9bec3e46a9709551a166857d44b62de3f6dfb4ab /dev-python/asgiref
parentkde-plasma/drkonqi: Allow dev-util/lldb as alternative RDEPEND (diff)
downloadgentoo-ec38cce1fc2077309b8da3a3bf305af792b02117.tar.gz
gentoo-ec38cce1fc2077309b8da3a3bf305af792b02117.tar.bz2
gentoo-ec38cce1fc2077309b8da3a3bf305af792b02117.zip
dev-python/asgiref: Enable pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/asgiref')
-rw-r--r--dev-python/asgiref/asgiref-3.3.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/asgiref/asgiref-3.3.4.ebuild b/dev-python/asgiref/asgiref-3.3.4.ebuild
index edb57ed26ea5..c6fd7ab91521 100644
--- a/dev-python/asgiref/asgiref-3.3.4.ebuild
+++ b/dev-python/asgiref/asgiref-3.3.4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
inherit distutils-r1
DESCRIPTION="ASGI utilities (successor to WSGI)"
@@ -20,7 +20,7 @@ KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
RDEPEND="
$(python_gen_cond_dep '
dev-python/typing-extensions[${PYTHON_USEDEP}]
- ' python3_7)"
+ ' python3_7 pypy3)"
BDEPEND="
test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"