diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-01-11 09:07:36 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-01-11 09:07:36 +0100 |
commit | 4741adabcc666770a9b007ef936e453afb03b078 (patch) | |
tree | 1488546737498a64bfed6d0a019c4beabf6d758f /dev-python/trollius | |
parent | dev-python/pyshark: Drop python3.5 support due to incompatible deps (diff) | |
download | gentoo-4741adabcc666770a9b007ef936e453afb03b078.tar.gz gentoo-4741adabcc666770a9b007ef936e453afb03b078.tar.bz2 gentoo-4741adabcc666770a9b007ef936e453afb03b078.zip |
dev-python/trollius: Drop python3.5 due to broken support
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=571360
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=571364
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=571370
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/trollius')
-rw-r--r-- | dev-python/trollius/trollius-2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/trollius/trollius-2.0.ebuild b/dev-python/trollius/trollius-2.0.ebuild index 2d842214cb19..cec8cec9091c 100644 --- a/dev-python/trollius/trollius-2.0.ebuild +++ b/dev-python/trollius/trollius-2.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy ) +PYTHON_COMPAT=( python{2_7,3_{3,4}} pypy ) inherit distutils-r1 |