dev-python/oslo-utils: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 10:37:04 +0000 (11:37 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:41:46 +0000 (10:41 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/oslo-utils/oslo-utils-3.41.3.ebuild
dev-python/oslo-utils/oslo-utils-3.41.4.ebuild

index fbd7549fb293690c9c5697c191d62730dff3f1a2..b3a3b972d712325b1adfc9adf828035d997a3ccb 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 2e9111eb32dca833bffb8ed9c1627584444e75c4..8fb0bddeb33c852e415b63916ee4138ae21caa45 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