dev-python/python-bugzilla: Remove Py2
authorDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:15:07 +0000 (17:15 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:15:07 +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-bugzilla/python-bugzilla-1.2.2.ebuild
dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild

index f6e75137b07028b5732a15618907b5ea941da803..95eb8bb98243fd713bc506c036a1419fbb8499ea 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1
 
index ab05a46e0e7f9639b726aae120b4bc993fad717f..ca58f9c0d773ce28b2f7927347b683df5b3e8cb7 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 
 inherit distutils-r1