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

index 2ab268e6de9183eb53089179daa721456bfc37cb..59510b24ae2b7fc44c4ed86eca6e7a493407b546 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 874f9b09d84aa7397ba120c5bad9541e86867eb0..1642554f46d7797a31bb79033d117f3b4ef9f4ac 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