From 59fd4bd95422b82f0996ac7cd9a088e8fb5c636f Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Tue, 9 Jan 2018 16:26:15 +0100 Subject: [PATCH] dev-python/pysmi: Add python 3.6 support. Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- dev-python/pysmi/pysmi-0.1.3.ebuild | 4 ++-- 1 file 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 6fa611d7e85a4..e02d75e9250b4 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"