diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 20:10:23 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 20:10:23 +0200 |
commit | 577bb3b717e34c924f3ab6f6f8144b43de9bc452 (patch) | |
tree | 5c4c1b4518f957ef0b9d038bd9f035b0247bba32 /dev-python/tempest-lib | |
parent | dev-python/tablib: Drop old (diff) | |
download | gentoo-577bb3b717e34c924f3ab6f6f8144b43de9bc452.tar.gz gentoo-577bb3b717e34c924f3ab6f6f8144b43de9bc452.tar.bz2 gentoo-577bb3b717e34c924f3ab6f6f8144b43de9bc452.zip |
dev-python/tempest-lib: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/tempest-lib')
-rw-r--r-- | dev-python/tempest-lib/tempest-lib-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/tempest-lib/tempest-lib-1.0.0.ebuild b/dev-python/tempest-lib/tempest-lib-1.0.0.ebuild index 34dee3bfdd70..a011f7cd8106 100644 --- a/dev-python/tempest-lib/tempest-lib-1.0.0.ebuild +++ b/dev-python/tempest-lib/tempest-lib-1.0.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 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,5}} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) inherit distutils-r1 |