summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz N Tiram <oz.tiram@gmail.com>2023-11-30 15:26:01 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-12-03 09:38:45 +0100
commit1434907385a3f18793fbce73c063dbbdbc4f165b (patch)
tree0734af369164739873013f2f0d00da7a2dce9183 /dev-python/pipenv
parentdev-python/dparse: enable pypy3 (diff)
downloadgentoo-1434907385a3f18793fbce73c063dbbdbc4f165b.tar.gz
gentoo-1434907385a3f18793fbce73c063dbbdbc4f165b.tar.bz2
gentoo-1434907385a3f18793fbce73c063dbbdbc4f165b.zip
dev-python/pipenv: enable pypy3
Signed-off-by: Oz N Tiram <oz.tiram@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/pipenv')
-rw-r--r--dev-python/pipenv/pipenv-2023.9.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pipenv/pipenv-2023.9.8.ebuild b/dev-python/pipenv/pipenv-2023.9.8.ebuild
index 539bfd4af6c0..032d20d0c35d 100644
--- a/dev-python/pipenv/pipenv-2023.9.8.ebuild
+++ b/dev-python/pipenv/pipenv-2023.9.8.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..11} )
inherit distutils-r1 multiprocessing