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

index aea859a6eda0fe130befebdbd808051b747a78be..bd82dab62c862e3f4406c99ffdf6ff3f277f8983 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{5,6}} )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1 eutils
 
index 052187dd1ba3791420d211f8b6dc4b73a18073ce..0afceb2448ed249b828dbd161b60815858aa1c98 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{5,6}} )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1 git-r3