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

index 560a1c9c1734fdd31b378483723d18c6c2ca76ef..d4dc188089693eb9dbfbd4c8ff78bfec1124a380 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 3b78ae74721d7d235f37c5e7d633ccaf8ee632e3..529e6b770e812370e6d042787be1c80c191a7cc0 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