From: Michał Górny Date: Wed, 5 Feb 2020 19:46:26 +0000 (+0100) Subject: dev-python/pysnmp-mibs: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=731207e93f84b1238e1c1bd8ce516286e16212db;p=gentoo.git dev-python/pysnmp-mibs: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/pysnmp-mibs/pysnmp-mibs-0.1.6.ebuild b/dev-python/pysnmp-mibs/pysnmp-mibs-0.1.6.ebuild index 4df3e04ae69d..28c60b26cb58 100644 --- a/dev-python/pysnmp-mibs/pysnmp-mibs-0.1.6.ebuild +++ b/dev-python/pysnmp-mibs/pysnmp-mibs-0.1.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1