summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2022-06-17 18:30:41 -0500
committerWilliam Hubbs <williamh@gentoo.org>2022-06-17 18:31:27 -0500
commit1639b90490242078f390e430e7573d8702a4d195 (patch)
tree2a4225d149eb22edb3d2c6aa1f6efcbbc26d18a2 /app-admin/ansible-modules-hashivault
parentdev-games/tiled: add 1.8.6 (diff)
downloadgentoo-1639b90490242078f390e430e7573d8702a4d195.tar.gz
gentoo-1639b90490242078f390e430e7573d8702a4d195.tar.bz2
gentoo-1639b90490242078f390e430e7573d8702a4d195.zip
app-admin/ansible-modules-hashivault: disable py3.11
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'app-admin/ansible-modules-hashivault')
-rw-r--r--app-admin/ansible-modules-hashivault/ansible-modules-hashivault-4.6.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-4.6.8.ebuild b/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-4.6.8.ebuild
index e49655b5cde9..860fd5bff8e9 100644
--- a/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-4.6.8.ebuild
+++ b/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-4.6.8.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Ansible module for hashicorp vault"