Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-glanceclient/
Date: Thu, 24 Feb 2022 18:18:14
Message-Id: 1645726273.22f94bca6c6e66a6d3e41e870865dc62b88f185a.mgorny@gentoo
1 commit: 22f94bca6c6e66a6d3e41e870865dc62b88f185a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 24 18:11:13 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 24 18:11:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f94bca
7
8 dev-python/python-glanceclient: Tested on py3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/python-glanceclient/python-glanceclient-3.6.0.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/python-glanceclient/python-glanceclient-3.6.0.ebuild b/dev-python/python-glanceclient/python-glanceclient-3.6.0.ebuild
16 index 9f26fcf7d80a..e4df4bd7c457 100644
17 --- a/dev-python/python-glanceclient/python-glanceclient-3.6.0.ebuild
18 +++ b/dev-python/python-glanceclient/python-glanceclient-3.6.0.ebuild
19 @@ -4,7 +4,8 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 -PYTHON_COMPAT=( python3_{8..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25 +
26 inherit distutils-r1
27
28 DESCRIPTION="A client for the OpenStack Glance API"