diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-03-10 16:49:15 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-03-10 16:50:31 -0800 |
commit | 44557449b154480bd5f349238b657db89b9941f2 (patch) | |
tree | 3e462234458d8fb86202b50ff5b1bf707a2005b4 /dev-python/pytables/pytables-3.2.0.ebuild | |
parent | dev-python/cgkit: Add py3.5 support (diff) | |
download | gentoo-44557449b154480bd5f349238b657db89b9941f2.tar.gz gentoo-44557449b154480bd5f349238b657db89b9941f2.tar.bz2 gentoo-44557449b154480bd5f349238b657db89b9941f2.zip |
dev-python/pytables: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/pytables/pytables-3.2.0.ebuild')
-rw-r--r-- | dev-python/pytables/pytables-3.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytables/pytables-3.2.0.ebuild b/dev-python/pytables/pytables-3.2.0.ebuild index 769b09e54dee..597054bc2ab5 100644 --- a/dev-python/pytables/pytables-3.2.0.ebuild +++ b/dev-python/pytables/pytables-3.2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) PYTHON_REQ_USE="threads(+)" MY_PN=tables |