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

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

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

 dev-python/oslo-config/oslo-config-6.11.2.ebuild | 2 +-
 dev-python/oslo-config/oslo-config-6.4.1.ebuild  | 2 +-
 dev-python/oslo-config/oslo-config-6.8.1.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/oslo-config/oslo-config-6.11.2.ebuild 
b/dev-python/oslo-config/oslo-config-6.11.2.ebuild
index 50fbcd8d4a9..fa19ee9fc04 100644
--- a/dev-python/oslo-config/oslo-config-6.11.2.ebuild
+++ b/dev-python/oslo-config/oslo-config-6.11.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 

diff --git a/dev-python/oslo-config/oslo-config-6.4.1.ebuild 
b/dev-python/oslo-config/oslo-config-6.4.1.ebuild
index 13a7bfe3d01..24a4aa5b23f 100644
--- a/dev-python/oslo-config/oslo-config-6.4.1.ebuild
+++ b/dev-python/oslo-config/oslo-config-6.4.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1 vcs-snapshot
 

diff --git a/dev-python/oslo-config/oslo-config-6.8.1.ebuild 
b/dev-python/oslo-config/oslo-config-6.8.1.ebuild
index abff88feb4d..d4c9654fc28 100644
--- a/dev-python/oslo-config/oslo-config-6.8.1.ebuild
+++ b/dev-python/oslo-config/oslo-config-6.8.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 

Reply via email to