diff --git a/testing/py3-h5py/APKBUILD b/testing/py3-h5py/APKBUILD index 5d4b44304fd..c72c8211273 100644 --- a/testing/py3-h5py/APKBUILD +++ b/testing/py3-h5py/APKBUILD @@ -6,7 +6,7 @@ pkgver=2.10.0 pkgrel=1 pkgdesc="Read and write HDF5 files from Python" url="https://www.h5py.org" -arch="all !s390x !x86 !ppc64le" # x86|ppc64le -> numpy has no 128float support +arch="all !s390x !x86 !ppc64le !mips !mips64" # x86|ppc64le -> numpy has no 128float support license="BSD-3-Clause" depends="py3-six py3-numpy hdf5" makedepends="cython python3-dev hdf5-dev py3-setuptools py3-numpy-dev"