commit: 22f94bca6c6e66a6d3e41e870865dc62b88f185a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 24 18:11:13 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 24 18:11:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f94bca
dev-python/python-glanceclient: Tested on py3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-glanceclient/python-glanceclient-3.6.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/python-glanceclient/python-glanceclient-3.6.0.ebuild
b/dev-python/python-glanceclient/python-glanceclient-3.6.0.ebuild
index 9f26fcf7d80a..e4df4bd7c457 100644
--- a/dev-python/python-glanceclient/python-glanceclient-3.6.0.ebuild
+++ b/dev-python/python-glanceclient/python-glanceclient-3.6.0.ebuild
@@ -4,7 +4,8 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
+
inherit distutils-r1
DESCRIPTION="A client for the OpenStack Glance API"