Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-i18n/
Date: Fri, 01 Oct 2021 06:14:15
Message-Id: 1633068819.62b283e0ee790e2cb051dbaac6ba942d059ccda1.arthurzam@gentoo
1 commit: 62b283e0ee790e2cb051dbaac6ba942d059ccda1
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 1 05:53:05 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 1 06:13:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b283e0
7
8 dev-python/oslo-i18n: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/oslo-i18n/oslo-i18n-5.1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/oslo-i18n/oslo-i18n-5.1.0.ebuild b/dev-python/oslo-i18n/oslo-i18n-5.1.0.ebuild
16 index 9796fa08188..b1bb12d3b5a 100644
17 --- a/dev-python/oslo-i18n/oslo-i18n-5.1.0.ebuild
18 +++ b/dev-python/oslo-i18n/oslo-i18n-5.1.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25 inherit distutils-r1
26
27 MY_PN=${PN/-/.}