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

index 8bbb30abd5a7128554bd2ec5fcaf433fea0af90d..c88710fe0eea86bc6ca5886b44639c2f0d08eb43 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 833c4b1371a0ede7af07daee4c499d1a5c0e71b9..3a3b7bad087ae5bc0dd769def8628d82559e45f6 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 16c7f7e0fc8e46efc51620ff01b79335b590e2a3..af60fbecb5c2d11403000eb32f5674f54a46a847 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