dev-python/zVMCloudConnector: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:41:02 +0000 (17:41 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:52:55 +0000 (17:52 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/zVMCloudConnector/zVMCloudConnector-1.2.2.ebuild
dev-python/zVMCloudConnector/zVMCloudConnector-1.4.1.ebuild

index 2d27d659b8c162f2bc3812d3650611b17a65486a..f0ec62c365b20e6c7ec7533495a8325d3e0d0e12 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="a development sdk for managing z/VM"
index ba727d9d53ace34a4796f4efe57cc78ea366443c..a67e4cb26604fd9e4e000ef9681f6a954788a03f 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 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 
 inherit distutils-r1