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-zunclient/
Date: Sun, 29 May 2022 21:05:06
Message-Id: 1653858292.2aa9cece056c77f2256c7268392af16d1033092d.Alessandro-Barbieri@gentoo
1 commit: 2aa9cece056c77f2256c7268392af16d1033092d
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun May 29 20:54:40 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun May 29 21:04:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2aa9cece
7
8 dev-python/python-zunclient: enable py3.10
9
10 Closes: https://bugs.gentoo.org/848336
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-python/python-zunclient/python-zunclient-4.5.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild b/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild
17 index a761a1c40..6ff7dba8d 100644
18 --- a/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild
19 +++ b/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=8
23
24 -PYTHON_COMPAT=( python3_{8..9} )
25 +PYTHON_COMPAT=( python3_{8..10} )
26
27 inherit distutils-r1