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

index 352934c5676fd82aba290ea96fac382eeada8a13..2c2835d5a4a32939d953f0f24dcdbb7a08f49c49 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