summaryrefslogtreecommitdiff
path: root/dev-python/questionary
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-12-04 18:50:47 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-12-04 18:50:47 +0000
commit2e0fe0ea29315336eebdbcd88c0d03ed85569bfd (patch)
treeb4fa03aeb6aee137ca6b4f1e9048aeffb98cb07e /dev-python/questionary
parent93f3f34f270e2687319c9ec473fb2211eafba198 (diff)
downloadbaldeagleos-repo-2e0fe0ea29315336eebdbcd88c0d03ed85569bfd.tar.gz
baldeagleos-repo-2e0fe0ea29315336eebdbcd88c0d03ed85569bfd.tar.xz
baldeagleos-repo-2e0fe0ea29315336eebdbcd88c0d03ed85569bfd.zip
Adding metadata
Diffstat (limited to 'dev-python/questionary')
-rw-r--r--dev-python/questionary/questionary-2.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/questionary/questionary-2.0.1.ebuild b/dev-python/questionary/questionary-2.0.1.ebuild
index ed65a802f615..c1410c65c081 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_{9,10,11,12,13} )
+PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 )
inherit distutils-r1