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

index 028b172de6078531c1f45be127734445222c831f..77d41a1f4fd29e14ace4a56a1961f6b258821d47 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 bbc0f5b1822f0a5acb7f92aa150fe8031c83b203..3785252b3b5716a5f32b179236795e74b8fa7c56 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 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 
 inherit distutils-r1