summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-11-17 11:21:14 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-11-17 11:21:14 +0100
commitae99c65cf98dc3fb1c1fada33147f2fdf3e5c2b5 (patch)
tree8c11f12c741d8fe57148fcd969ce8ac90bb86114 /dev-python/dill
parentdev-python/docstring-to-markdown: enable pypy3 (diff)
downloadgentoo-ae99c65cf98dc3fb1c1fada33147f2fdf3e5c2b5.tar.gz
gentoo-ae99c65cf98dc3fb1c1fada33147f2fdf3e5c2b5.tar.bz2
gentoo-ae99c65cf98dc3fb1c1fada33147f2fdf3e5c2b5.zip
dev-python/dill: enable pypy3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/dill')
-rw-r--r--dev-python/dill/dill-0.3.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dill/dill-0.3.7.ebuild b/dev-python/dill/dill-0.3.7.ebuild
index e8501aea01b8..ba115b0acb30 100644
--- a/dev-python/dill/dill-0.3.7.ebuild
+++ b/dev-python/dill/dill-0.3.7.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1