summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-02-14 13:06:44 +0100
committerMichał Górny <mgorny@gentoo.org>2024-02-14 13:09:53 +0100
commit12a139a6b4add9cb2e14ba7fe53a016ee4a9c43f (patch)
tree1677e8f74f26a900bffb555d691562cb77d42dd2
parentdev-python/noseofyeti: Bump to 2.4.7 (diff)
downloadgentoo-12a139a6b4add9cb2e14ba7fe53a016ee4a9c43f.tar.gz
gentoo-12a139a6b4add9cb2e14ba7fe53a016ee4a9c43f.tar.bz2
gentoo-12a139a6b4add9cb2e14ba7fe53a016ee4a9c43f.zip
dev-python/noseofyeti: Enable pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/noseofyeti/noseofyeti-2.4.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/noseofyeti/noseofyeti-2.4.7.ebuild b/dev-python/noseofyeti/noseofyeti-2.4.7.ebuild
index 10a1b480c93c..97c4ffc90e9f 100644
--- a/dev-python/noseofyeti/noseofyeti-2.4.7.ebuild
+++ b/dev-python/noseofyeti/noseofyeti-2.4.7.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1 pypi