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-senlinclient/
Date: Sun, 29 May 2022 21:05:01
Message-Id: 1653858291.0889386176247aee8a631f544865d6e7f9c06599.Alessandro-Barbieri@gentoo
1 commit: 0889386176247aee8a631f544865d6e7f9c06599
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun May 29 20:50:45 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun May 29 21:04:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08893861
7
8 dev-python/python-senlinclient: enable py3.10
9
10 Closes: https://bugs.gentoo.org/848318
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-python/python-senlinclient/python-senlinclient-2.4.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/python-senlinclient/python-senlinclient-2.4.0.ebuild b/dev-python/python-senlinclient/python-senlinclient-2.4.0.ebuild
17 index 31fa6ed5e..ab9e9cb74 100644
18 --- a/dev-python/python-senlinclient/python-senlinclient-2.4.0.ebuild
19 +++ b/dev-python/python-senlinclient/python-senlinclient-2.4.0.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=8
22
23 EPYTEST_IGNORE=( senlinclient/tests/functional )
24 -PYTHON_COMPAT=( python3_{8..9} )
25 +PYTHON_COMPAT=( python3_{8..10} )
26
27 inherit distutils-r1