summaryrefslogtreecommitdiff
path: root/dev-python/python-fire/python-fire-0.4.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-05-30 07:37:50 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-05-30 07:37:50 +0000
commit854a1716b35478253199b2343d19a466565221e7 (patch)
tree1e8d7afe07b2a3b973090239efb8de28b9985ec3 /dev-python/python-fire/python-fire-0.4.0.ebuild
parent2850a1cd609335a9a90a5e30314fb9b9dd6b2817 (diff)
downloadbaldeagleos-repo-854a1716b35478253199b2343d19a466565221e7.tar.gz
baldeagleos-repo-854a1716b35478253199b2343d19a466565221e7.tar.xz
baldeagleos-repo-854a1716b35478253199b2343d19a466565221e7.zip
Adding metadata
Diffstat (limited to 'dev-python/python-fire/python-fire-0.4.0.ebuild')
-rw-r--r--dev-python/python-fire/python-fire-0.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-fire/python-fire-0.4.0.ebuild b/dev-python/python-fire/python-fire-0.4.0.ebuild
index cf46d858cdbb..b952b92ce9f6 100644
--- a/dev-python/python-fire/python-fire-0.4.0.ebuild
+++ b/dev-python/python-fire/python-fire-0.4.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10,11} )
+PYTHON_COMPAT=( python3_{7,8,9,10,11} )
inherit distutils-r1
DESCRIPTION="Library for automatically generating command line interfaces from Python objects"