diff options
author | 2015-10-21 14:40:43 +0200 | |
---|---|---|
committer | 2015-10-21 15:40:24 +0200 | |
commit | 47ab48dada6ba5deb5aba886c9bfbe4c3da837a4 (patch) | |
tree | 751f4d1635ae1a9c0772ee57b19f0f64d65be556 /dev-python/h5py/h5py-2.5.0.ebuild | |
parent | dev-python/mpi4py: Add python3.5 support (diff) | |
download | gentoo-47ab48dada6ba5deb5aba886c9bfbe4c3da837a4.tar.gz gentoo-47ab48dada6ba5deb5aba886c9bfbe4c3da837a4.tar.bz2 gentoo-47ab48dada6ba5deb5aba886c9bfbe4c3da837a4.zip |
dev-python/h5py: Add python3.5 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/h5py/h5py-2.5.0.ebuild')
-rw-r--r-- | dev-python/h5py/h5py-2.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/h5py/h5py-2.5.0.ebuild b/dev-python/h5py/h5py-2.5.0.ebuild index a6218f297931..5947f064842e 100644 --- a/dev-python/h5py/h5py-2.5.0.ebuild +++ b/dev-python/h5py/h5py-2.5.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 flag-o-matic |