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

index 240ed88350cd6ad07ceaed87410b0f36f86be384..92c9f199bcfcaf8095373cc29c79278cd68ac633 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 254873d7a88181c3bb22b08c497b63fbe458f927..80a72028afb2a9a1484e22c56b9f5d3dc667c20d 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