summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-11-20 14:43:33 +0100
committerMichał Górny <mgorny@gentoo.org>2023-11-20 16:02:18 +0100
commit2a27992d92c74b590f14821e3906f2c3512aeb42 (patch)
treea6bcf12433b65a632387e525cb5157afe94d2d93 /dev-python/ipython_genutils
parentdev-python/pytest-tornasync: Enable pypy3 (diff)
downloadgentoo-2a27992d92c74b590f14821e3906f2c3512aeb42.tar.gz
gentoo-2a27992d92c74b590f14821e3906f2c3512aeb42.tar.bz2
gentoo-2a27992d92c74b590f14821e3906f2c3512aeb42.zip
dev-python/ipython_genutils: Enable pypy3
Sponsored-by: Ex Makhina, Inc. <info-gentoo@exmakhina.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ipython_genutils')
-rw-r--r--dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild
index bb67d12ad31f..f25bd3446f45 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1 pypi