dev-python/pysnmp-apps: Remove Py2
authorDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:14:59 +0000 (17:14 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:14:59 +0000 (17:14 +0100)
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/pysnmp-apps/pysnmp-apps-0.5.2.ebuild
dev-python/pysnmp-apps/pysnmp-apps-0.5.3.ebuild

index 0b2cb173642bfe67905db8d6d658acc2c4e69905..ea3ca4f2fafc46662c14d02d2c570d403ecdb67f 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5} )
+PYTHON_COMPAT=( python3_5 )
 
 inherit distutils-r1
 
index 2ef19d5aa24877c67e5ed1473a1a563d36744f91..2b2b34850640e07d55672749f8666aad5b5e8d85 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1