dev-python/oslo-vmware: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 10:37:08 +0000 (11:37 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:41:48 +0000 (10:41 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/oslo-vmware/oslo-vmware-2.26.0.ebuild
dev-python/oslo-vmware/oslo-vmware-2.32.2.ebuild

index f83997ed071a2241f6fc64c2fb39bbfc485099b0..d67f2aadde6647b416260c49ac06b7280c6229dd 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 696171a64e6f4e10df9be6cd7507acd4b5ccab1b..14c12303077c30aaf3c2ee01431a53d890ef0027 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