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/oslo-cache/
Date: Mon, 30 May 2022 17:21:48
Message-Id: 1653931271.acd3a75093f1a12e7e99ee028a12a19f00d2086d.Alessandro-Barbieri@gentoo
1 commit: acd3a75093f1a12e7e99ee028a12a19f00d2086d
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 30 17:21:11 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon May 30 17:21:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=acd3a750
7
8 dev-python/oslo-cache: enable py3.10
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/oslo-cache/oslo-cache-2.8.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
16 index dc20c6020..efdaf774c 100644
17 --- a/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
18 +++ b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=8
21
22 DISTUTILS_USE_SETUPTOOLS=bdepend
23 -PYTHON_COMPAT=( python3_{8..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25
26 inherit distutils-r1