dev-python/python-novaclient: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 10:38:17 +0000 (11:38 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:42:06 +0000 (10:42 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/python-novaclient/python-novaclient-13.0.2.ebuild

index 51953ed8afc453b6bc6159a8564a3f3747152be2..c7431df06cd28af75dac1ca88b3cf4adaaf9dbc8 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