dev-python/rackspace-novaclient: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 22:24:03 +0000 (23:24 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:46:18 +0000 (10:46 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/rackspace-novaclient/rackspace-novaclient-2.1.ebuild

index 61f77de80f4e17a13df08f8f54ddeb72b9c279d1..707c41b1e07df6acc0c4b466fe1296b043a2ed3c 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1