summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-11-20 17:19:31 +0100
committerMichał Górny <mgorny@gentoo.org>2023-11-20 17:19:31 +0100
commitd623189eafa070ced2cead6b45edd0772810d5ec (patch)
tree3dab2c5820e3f24279e535f0c716619f03e91156 /dev-python/pendulum
parentdev-python/pytzdata: Enable pypy3 (diff)
downloadgentoo-d623189eafa070ced2cead6b45edd0772810d5ec.tar.gz
gentoo-d623189eafa070ced2cead6b45edd0772810d5ec.tar.bz2
gentoo-d623189eafa070ced2cead6b45edd0772810d5ec.zip
dev-python/pendulum: 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/pendulum')
-rw-r--r--dev-python/pendulum/pendulum-2.1.2-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pendulum/pendulum-2.1.2-r2.ebuild b/dev-python/pendulum/pendulum-2.1.2-r2.ebuild
index dcc1239b8504..e836e2af160e 100644
--- a/dev-python/pendulum/pendulum-2.1.2-r2.ebuild
+++ b/dev-python/pendulum/pendulum-2.1.2-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1