diff options
author | 2016-01-27 09:01:17 +0100 | |
---|---|---|
committer | 2016-01-27 10:26:12 +0100 | |
commit | 95f2177fbc860019141f55ce769b84624086d0a6 (patch) | |
tree | 9e0b767a8e02d6ee5003fd3416ad3dfa38464d18 /dev-python/prettytable | |
parent | kde-misc/kscreen: amd64 stable wrt bug #573022 (diff) | |
download | gentoo-95f2177fbc860019141f55ce769b84624086d0a6.tar.gz gentoo-95f2177fbc860019141f55ce769b84624086d0a6.tar.bz2 gentoo-95f2177fbc860019141f55ce769b84624086d0a6.zip |
dev-python/prettytable: Add python3.5 support
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/prettytable')
-rw-r--r-- | dev-python/prettytable/prettytable-0.7.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/prettytable/prettytable-0.7.2.ebuild b/dev-python/prettytable/prettytable-0.7.2.ebuild index e385645ea2ed..1c02133a0a40 100644 --- a/dev-python/prettytable/prettytable-0.7.2.ebuild +++ b/dev-python/prettytable/prettytable-0.7.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 |