Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-heatclient/
Date: Sat, 28 May 2022 21:48:54
Message-Id: 1653774498.a61ab1690c2d8f28313b3312807abe8d9df79b3f.Alessandro-Barbieri@gentoo
1 commit: a61ab1690c2d8f28313b3312807abe8d9df79b3f
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat May 28 21:48:18 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sat May 28 21:48:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a61ab169
7
8 dev-python/python-heatclient: enable py3.10
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/python-heatclient/python-heatclient-2.5.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/python-heatclient/python-heatclient-2.5.1.ebuild b/dev-python/python-heatclient/python-heatclient-2.5.1.ebuild
16 index e503be849..e6c736ef0 100644
17 --- a/dev-python/python-heatclient/python-heatclient-2.5.1.ebuild
18 +++ b/dev-python/python-heatclient/python-heatclient-2.5.1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25
26 inherit distutils-r1