aboutsummaryrefslogtreecommitdiffstats
path: root/net-misc/gandi-cli/gandi-cli-1.6.ebuild
diff options
context:
space:
mode:
authorWolfgang Müller2022-08-04 21:42:36 +0200
committerWolfgang Müller2022-08-04 21:42:36 +0200
commitc19ebd9a90d4006027a512b9053c312babebb615 (patch)
tree0d07189c7e30dc2973312ca98b39fb0efd1fed5f /net-misc/gandi-cli/gandi-cli-1.6.ebuild
parentdf8d6182caabb0f81448ac7c77279f1cde50e5ec (diff)
downloadpramantha-c19ebd9a90d4006027a512b9053c312babebb615.tar.gz
net-misc/gandi-cli: update PYTHON_COMPAT support
Diffstat (limited to 'net-misc/gandi-cli/gandi-cli-1.6.ebuild')
-rw-r--r--net-misc/gandi-cli/gandi-cli-1.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/gandi-cli/gandi-cli-1.6.ebuild b/net-misc/gandi-cli/gandi-cli-1.6.ebuild
index a9234ef..e43dd8d 100644
--- a/net-misc/gandi-cli/gandi-cli-1.6.ebuild
+++ b/net-misc/gandi-cli/gandi-cli-1.6.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} pypy )
+PYTHON_COMPAT=( python3_{10,11} pypy )
inherit distutils-r1
@@ -24,7 +24,7 @@ RDEPEND="
>=dev-python/click-7
dev-python/requests
dev-python/pyyaml
- dev-python/ipy
+ dev-python/IPy
dev-python/namespace-gandi
"