commit:     df716181ff21a1d48ece305cef01048b02fc1c8c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 12 21:40:38 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 09:45:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df716181

dev-python/oslo-context: Remove Python 2 support

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/oslo-context/oslo-context-2.21.0.ebuild | 2 +-
 dev-python/oslo-context/oslo-context-2.22.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/oslo-context/oslo-context-2.21.0.ebuild 
b/dev-python/oslo-context/oslo-context-2.21.0.ebuild
index 4972380fe4b..19dcc5f416c 100644
--- a/dev-python/oslo-context/oslo-context-2.21.0.ebuild
+++ b/dev-python/oslo-context/oslo-context-2.21.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 

diff --git a/dev-python/oslo-context/oslo-context-2.22.1.ebuild 
b/dev-python/oslo-context/oslo-context-2.22.1.ebuild
index e947ddebb79..945f4d2d90c 100644
--- a/dev-python/oslo-context/oslo-context-2.22.1.ebuild
+++ b/dev-python/oslo-context/oslo-context-2.22.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 

Reply via email to