diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-11-20 16:15:51 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-11-20 16:35:06 +0100 |
commit | 617eb97e63378557a26ac0792d501d8665064b91 (patch) | |
tree | 7bce24b9b21f634d57159599001685b4c5acb67e | |
parent | dev-python/sqlparse: enable pypy3 (diff) | |
download | gentoo-617eb97e63378557a26ac0792d501d8665064b91.tar.gz gentoo-617eb97e63378557a26ac0792d501d8665064b91.tar.bz2 gentoo-617eb97e63378557a26ac0792d501d8665064b91.zip |
dev-python/tblib: enable pypy3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r-- | dev-python/tblib/tblib-3.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tblib/tblib-3.0.0.ebuild b/dev-python/tblib/tblib-3.0.0.ebuild index ca5117b738bc..6a0f04f34722 100644 --- a/dev-python/tblib/tblib-3.0.0.ebuild +++ b/dev-python/tblib/tblib-3.0.0.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 pypi |