dev-python/python-senlinclient: Remove Py2
authorDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:15:26 +0000 (17:15 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:15:26 +0000 (17:15 +0100)
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/python-senlinclient/python-senlinclient-1.0.0.ebuild
dev-python/python-senlinclient/python-senlinclient-1.2.0.ebuild

index defae795c85a6e1bfe13769e3189f6d5e491b552..254bef682c4f19626401d58f76b946829127a9d7 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_5 )
+PYTHON_COMPAT=( python3_5 )
 
 inherit distutils-r1
 
index a9d55a48d9852c0aece5249d35a3b80c855aa252..433a8b872c2ea0db8ff30c3f85b515cb050d464f 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1