diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-24 19:22:31 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-24 19:24:26 +0200 |
commit | d2a922bd29d4d640d75428365938e48794bd51ca (patch) | |
tree | 0d6861d0318da8e64a3c30794429135ca64e6b62 /dev-python/pyshark | |
parent | dev-python/trollius: Support python 3.6 (diff) | |
download | gentoo-d2a922bd29d4d640d75428365938e48794bd51ca.tar.gz gentoo-d2a922bd29d4d640d75428365938e48794bd51ca.tar.bz2 gentoo-d2a922bd29d4d640d75428365938e48794bd51ca.zip |
dev-python/pyshark: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/pyshark')
-rw-r--r-- | dev-python/pyshark/pyshark-0.3.7.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyshark/pyshark-0.3.7.2.ebuild b/dev-python/pyshark/pyshark-0.3.7.2.ebuild index de9a9571c2ab..ba7ed02e4c9c 100644 --- a/dev-python/pyshark/pyshark-0.3.7.2.ebuild +++ b/dev-python/pyshark/pyshark-0.3.7.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-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 eutils |