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

index 4972380fe4bcd0551335b034c34a4b688ad35acd..19dcc5f416c104abb84f1724da7384358eefc848 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index e947ddebb7910ae2a2a8e3a90ad6717db53c447f..945f4d2d90c1125d3181a47d1a3e4e2d13d4e202 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1