commit: ca4e3ba365c36724050cd418ce9f1edf113698fe
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Dec 3 04:20:23 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Dec 3 04:20:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca4e3ba3
dev-python/questionary: enable pypy3
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/questionary/questionary-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/questionary/questionary-2.0.1.ebuild
b/dev-python/questionary/questionary-2.0.1.ebuild
index 9842d61b2..8a05013f0 100644
--- a/dev-python/questionary/questionary-2.0.1.ebuild
+++ b/dev-python/questionary/questionary-2.0.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..13} pypy3 )
inherit distutils-r1