summaryrefslogtreecommitdiff
path: root/dev-python/h5py/h5py-3.2.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/h5py/h5py-3.2.1.ebuild')
-rw-r--r--dev-python/h5py/h5py-3.2.1.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/h5py/h5py-3.2.1.ebuild b/dev-python/h5py/h5py-3.2.1.ebuild
index 82dc31d6252c..89ba32dc7dab 100644
--- a/dev-python/h5py/h5py-3.2.1.ebuild
+++ b/dev-python/h5py/h5py-3.2.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
# disable mpi until mpi4py gets python3_8
#IUSE="examples mpi"
IUSE="examples"
@@ -45,6 +45,10 @@ distutils_enable_sphinx docs \
# use mpi && export CC=mpicc
#}
+PATCHES=(
+ "${FILESDIR}"/h5py-3.2.1-i686-types.patch
+)
+
python_prepare_all() {
# avoid pytest-mpi dep, we do not use mpi anyway
sed -i -e 's:pytest-mpi::' pytest.ini || die