summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 20:46:26 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 20:53:29 +0100
commit731207e93f84b1238e1c1bd8ce516286e16212db (patch)
tree4bb66c2240a9396efed9c71f1fab98f54a8ac681 /dev-python/pysnmp-mibs/pysnmp-mibs-0.1.6.ebuild
parentdev-python/pyscard: Remove py2 (diff)
downloadgentoo-731207e93f84b1238e1c1bd8ce516286e16212db.tar.gz
gentoo-731207e93f84b1238e1c1bd8ce516286e16212db.tar.bz2
gentoo-731207e93f84b1238e1c1bd8ce516286e16212db.zip
dev-python/pysnmp-mibs: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pysnmp-mibs/pysnmp-mibs-0.1.6.ebuild')
-rw-r--r--dev-python/pysnmp-mibs/pysnmp-mibs-0.1.6.ebuild2
1 files changed, 1 insertions, 1 deletions
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