dev-python/oslo-log: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 10:36:50 +0000 (11:36 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:41:42 +0000 (10:41 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/oslo-log/oslo-log-3.39.2.ebuild
dev-python/oslo-log/oslo-log-3.42.3.ebuild
dev-python/oslo-log/oslo-log-3.44.1.ebuild

index 534bfc1581759d0e12b3cbdf50e0354078f48239..cd4257453ff111540dddd644947eb501008c76f6 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index 304d63a680ddd08b1e99584857081b2156f1413e..0c7f4abec334e41565ab47f2353840886de868f2 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 92eccf7a7e819bd604aed238a1443af6fcd3c144..9071f914d928ab284f3ca4264fd824580d81bb5c 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