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

index 56cf5114f3e38a2ffc57ee7e66849998461be27d..d48e3fc3cc6cb45418f4fd8bf3295f6d0a188eda 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
 
index d27cff44b76a4a21298216c9b26c517598362577..a559c56befc36063ecbad30368938af9df20bb79 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