diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-20 16:13:47 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-20 16:23:42 +0100 |
commit | af3aafc9b225aa5e10ff0528cf01b6810f0ba830 (patch) | |
tree | 2fb07b5814e0d457830888139f09336901d9f9e7 /dev-python/json5 | |
parent | dev-python/openapi-core: Enable pypy3 (diff) | |
download | gentoo-af3aafc9b225aa5e10ff0528cf01b6810f0ba830.tar.gz gentoo-af3aafc9b225aa5e10ff0528cf01b6810f0ba830.tar.bz2 gentoo-af3aafc9b225aa5e10ff0528cf01b6810f0ba830.zip |
dev-python/json5: 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/json5')
-rw-r--r-- | dev-python/json5/json5-0.9.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/json5/json5-0.9.11.ebuild b/dev-python/json5/json5-0.9.11.ebuild index b9ef5c0673ca..b87e3bc9caec 100644 --- a/dev-python/json5/json5-0.9.11.ebuild +++ b/dev-python/json5/json5-0.9.11.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 |