diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-30 18:30:15 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-30 18:30:15 +0100 |
commit | fdc6ebd5f17eee5296bb0e65b51307aa4178099e (patch) | |
tree | 2150bff312fd12cc8823285a14ae0266f18964a3 /dev-python/pytables | |
parent | sci-misc/vitables: Remove py2 (diff) | |
download | gentoo-fdc6ebd5f17eee5296bb0e65b51307aa4178099e.tar.gz gentoo-fdc6ebd5f17eee5296bb0e65b51307aa4178099e.tar.bz2 gentoo-fdc6ebd5f17eee5296bb0e65b51307aa4178099e.zip |
dev-python/pytables: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytables')
-rw-r--r-- | dev-python/pytables/pytables-3.4.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytables/pytables-3.4.4.ebuild b/dev-python/pytables/pytables-3.4.4.ebuild index 9b372c3d5fb7..9a5ed1e38117 100644 --- a/dev-python/pytables/pytables-3.4.4.ebuild +++ b/dev-python/pytables/pytables-3.4.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) PYTHON_REQ_USE="threads(+)" MY_PN=tables |