diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-01-11 09:01:45 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-01-11 09:01:45 +0100 |
commit | 48da8a8173d08c6988ef998ec1bdc02b140e8c31 (patch) | |
tree | abf5b916fd68dc64e39d3c01344a6053eea87f3a /dev-python/pyshark | |
parent | dev-python/xlsxwriter: Version Bump (diff) | |
download | gentoo-48da8a8173d08c6988ef998ec1bdc02b140e8c31.tar.gz gentoo-48da8a8173d08c6988ef998ec1bdc02b140e8c31.tar.bz2 gentoo-48da8a8173d08c6988ef998ec1bdc02b140e8c31.zip |
dev-python/pyshark: Drop python3.5 support due to incompatible deps
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/pyshark')
-rw-r--r-- | dev-python/pyshark/pyshark-0.3.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyshark/pyshark-0.3.6.ebuild b/dev-python/pyshark/pyshark-0.3.6.ebuild index e9cb16034b26..1112f78b2d12 100644 --- a/dev-python/pyshark/pyshark-0.3.6.ebuild +++ b/dev-python/pyshark/pyshark-0.3.6.ebuild @@ -4,7 +4,7 @@ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) +PYTHON_COMPAT=( python{2_7,3_{3,4}} ) inherit distutils-r1 eutils |