dev-python/oslo-config: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 21:40:35 +0000 (22:40 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:45:41 +0000 (10:45 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/oslo-config/oslo-config-6.11.2.ebuild
dev-python/oslo-config/oslo-config-6.4.1.ebuild
dev-python/oslo-config/oslo-config-6.8.1.ebuild

index 50fbcd8d4a9af1dd043ef84964b082a20fd7443e..fa19ee9fc04206e372032b63ff02e71661e5192e 100644 (file)
@@ -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
 
index 13a7bfe3d011312e11021b6e4c5477baf257d3b7..24a4aa5b23fb2ca469948d7d67c89921277926d3 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1 vcs-snapshot
 
index abff88feb4df9054975f31a263564d0104c6c37c..d4c9654fc2830aa113778544fbfea80600e910f6 100644 (file)
@@ -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