Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-context/
Date: Tue, 22 Jun 2021 10:02:19
Message-Id: 1624356131.7509a270ef84ac163e13e09f90a61529979689d7.mgorny@gentoo
1 commit: 7509a270ef84ac163e13e09f90a61529979689d7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 22 09:55:38 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 22 10:02:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7509a270
7
8 dev-python/oslo-context: Enable py3.9
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/oslo-context/oslo-context-3.1.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/oslo-context/oslo-context-3.1.1.ebuild b/dev-python/oslo-context/oslo-context-3.1.1.ebuild
16 index f8156b0a6b2..2fccec70376 100644
17 --- a/dev-python/oslo-context/oslo-context-3.1.1.ebuild
18 +++ b/dev-python/oslo-context/oslo-context-3.1.1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_8 )
24 +PYTHON_COMPAT=( python3_{8..9} )
25 inherit distutils-r1
26
27 DESCRIPTION="Helpers to maintain useful information about a request context"