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

index 51525f7cd1a719350940410711ed2fafbb3c9c17..cef77396764186bbd0a655cd74d1f07c1d138ac9 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 f553fe54a26733cc29d3f7aa54cd6106b3c2668f..ec30a5571710bdf0e689f45ffe7820061e6c7e52 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 484190d55010f44660ee9ab097a6c888bde420ce..91134cc529afb00cb09d553b4b0d2151436f7868 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 dd752993aa00aa0315fef927001e1779f3956639..c71f43ca6ca8ca0bf69983493fd1e7dc3fb85edf 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