dev-python/os-xenapi: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 21:17:34 +0000 (22:17 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:45:32 +0000 (10:45 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/os-xenapi/os-xenapi-0.3.3.ebuild
dev-python/os-xenapi/os-xenapi-0.3.4.ebuild

index 5736b30e74bb8b12ba971d0b1e8e85a9bbe49765..3f8ecbbff18cf59acdb45f84f478aa47b3d19473 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 8576c6aee6cef4416a0f71b5ba1c169b7fe47991..c98114f7dade2915ca7a90d458bd78531f974b6b 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