diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-04-12 12:13:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-04-12 12:13:17 +0200 |
commit | 61beab47461cbaf2f2467d25eb9808583c34f84a (patch) | |
tree | e50d5c6c07e7ad49ffa34c29edf4af392d9e20d4 /dev-python/h5py/h5py-3.2.1.ebuild | |
parent | dev-python/hypothesis: Bump to 6.9.1 (diff) | |
download | gentoo-61beab47461cbaf2f2467d25eb9808583c34f84a.tar.gz gentoo-61beab47461cbaf2f2467d25eb9808583c34f84a.tar.bz2 gentoo-61beab47461cbaf2f2467d25eb9808583c34f84a.zip |
dev-python/h5py: Fix skipping inconvenient types on x86
Closes: https://bugs.gentoo.org/782238
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/h5py/h5py-3.2.1.ebuild')
-rw-r--r-- | dev-python/h5py/h5py-3.2.1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/h5py/h5py-3.2.1.ebuild b/dev-python/h5py/h5py-3.2.1.ebuild index 9ece42a61cf4..89ba32dc7dab 100644 --- a/dev-python/h5py/h5py-3.2.1.ebuild +++ b/dev-python/h5py/h5py-3.2.1.ebuild @@ -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 |