summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2018-01-09 16:26:15 +0100
committerJeroen Roovers <jer@gentoo.org>2018-01-09 16:28:17 +0100
commit59fd4bd95422b82f0996ac7cd9a088e8fb5c636f (patch)
tree2d4c27cc13604c158c2db0043d42613d3d182ac1 /dev-python/pysmi
parentsys-apps/attr: Bump to version 2.4.48 (diff)
downloadgentoo-59fd4bd95422b82f0996ac7cd9a088e8fb5c636f.tar.gz
gentoo-59fd4bd95422b82f0996ac7cd9a088e8fb5c636f.tar.bz2
gentoo-59fd4bd95422b82f0996ac7cd9a088e8fb5c636f.zip
dev-python/pysmi: Add python 3.6 support.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-python/pysmi')
-rw-r--r--dev-python/pysmi/pysmi-0.1.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pysmi/pysmi-0.1.3.ebuild b/dev-python/pysmi/pysmi-0.1.3.ebuild
index 6fa611d7e85a..e02d75e9250b 100644
--- a/dev-python/pysmi/pysmi-0.1.3.ebuild
+++ b/dev-python/pysmi/pysmi-0.1.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2017 Gentoo Foundation
+# Copyright 2017-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="Python Lex & Yacc"