diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-16 17:48:08 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-16 17:48:08 +0100 |
commit | 56471c602f6f3d4e24d12bcc287617ebb92f5ec6 (patch) | |
tree | 4ef594bf8363e1480e84d25e9dadd296e5428ab7 /dev-python | |
parent | dev-python/typeguard: Enable pypy3 (diff) | |
download | gentoo-56471c602f6f3d4e24d12bcc287617ebb92f5ec6.tar.gz gentoo-56471c602f6f3d4e24d12bcc287617ebb92f5ec6.tar.bz2 gentoo-56471c602f6f3d4e24d12bcc287617ebb92f5ec6.zip |
dev-python/littleutils: 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')
-rw-r--r-- | dev-python/littleutils/littleutils-0.2.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/littleutils/littleutils-0.2.2-r1.ebuild b/dev-python/littleutils/littleutils-0.2.2-r1.ebuild index 5a7ba24b51e7..b0852a24909a 100644 --- a/dev-python/littleutils/littleutils-0.2.2-r1.ebuild +++ b/dev-python/littleutils/littleutils-0.2.2-r1.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 |