dev-python/rackspace-auth-openstack: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:58:46 +0000 (21:58 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 21:21:29 +0000 (22:21 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/rackspace-auth-openstack/rackspace-auth-openstack-1.3.ebuild
dev-python/rackspace-auth-openstack/rackspace-auth-openstack-9999.ebuild

index ca24a9461d2450b826bd4c922cd9166d876cbce2..e88e445350837cfdf66c114702948683245bff47 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 7e7ca5608e7946949fc628a09f3c868d0c7d873f..3c7edd134441ced1019bae1f45cb71acd707d317 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 git-r3