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

index 5361f4031336d4290a4cc15cd5adcacb9e2e71bb..de5398553836888ad965c54703184bf410b1ddde 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 97718ec40e27dfebf09d809b27a0f69f009a7036..329fcdea89ac7036965260d9df38c997cbea19da 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