dev-python/oslo-service: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 21:40:57 +0000 (22:40 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:45:56 +0000 (10:45 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/oslo-service/oslo-service-1.31.8.ebuild
dev-python/oslo-service/oslo-service-1.38.0.ebuild
dev-python/oslo-service/oslo-service-1.40.2.ebuild

index 0d0cc2db426187c0da4e840e9369341c67c7ba48..34c9fad4f8d97d6d23ab2be33e95c51be810b18e 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 5927d7b02ec65961c4102c4881e938abc77a32e0..2f24b14d064a23f11a190a975a7fb9118ae0ca08 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 28ff981b04b6977abe66258ba2f17ee6d10bafff..cca69a142a6cca76fd14b97aaa7274d568f621d8 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