summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-04-08 13:07:36 +0200
committerMichał Górny <mgorny@gentoo.org>2022-04-08 13:09:54 +0200
commite0bf764937fc1aa828caf8b02df632bb22d1aa38 (patch)
tree350c39e5ac6a02fa00f63e01d67b465b5b50a863 /dev-python
parentdev-python/wsproto: Enable pypy3 (diff)
downloadgentoo-e0bf764937fc1aa828caf8b02df632bb22d1aa38.tar.gz
gentoo-e0bf764937fc1aa828caf8b02df632bb22d1aa38.tar.bz2
gentoo-e0bf764937fc1aa828caf8b02df632bb22d1aa38.zip
dev-python/uvicorn: Enable pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/uvicorn/uvicorn-0.17.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/uvicorn/uvicorn-0.17.6.ebuild b/dev-python/uvicorn/uvicorn-0.17.6.ebuild
index 7539908c79ed..b86864633b50 100644
--- a/dev-python/uvicorn/uvicorn-0.17.6.ebuild
+++ b/dev-python/uvicorn/uvicorn-0.17.6.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