diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-02-09 10:03:31 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-02-09 10:33:03 +0100 |
commit | 632353db3f8db4a71ffc4ae66a5aeca72af68f23 (patch) | |
tree | 609ec2cf05751f720c7f6f73f71afaa24da19f5f /dev-python/testtools | |
parent | dev-python/tempest-lib: Add python3.5 support (diff) | |
download | gentoo-632353db3f8db4a71ffc4ae66a5aeca72af68f23.tar.gz gentoo-632353db3f8db4a71ffc4ae66a5aeca72af68f23.tar.bz2 gentoo-632353db3f8db4a71ffc4ae66a5aeca72af68f23.zip |
dev-python/testtools: Add python3.5 support
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/testtools')
-rw-r--r-- | dev-python/testtools/testtools-0.9.36.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/testtools/testtools-0.9.36.ebuild b/dev-python/testtools/testtools-0.9.36.ebuild index eda26e6362d8..a1405cd684d7 100644 --- a/dev-python/testtools/testtools-0.9.36.ebuild +++ b/dev-python/testtools/testtools-0.9.36.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=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 versionator |