diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-04 13:48:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:38 +0000 |
commit | 64dbe51629e600c79a201f45304c45eca8d6a634 (patch) | |
tree | 417dc1be4a34bd687e71c1f2642b13165e2a7c5d | |
parent | f4b107719204cbbafea1b872348246f75d926a6b (diff) | |
download | aports-64dbe51629e600c79a201f45304c45eca8d6a634.tar.bz2 aports-64dbe51629e600c79a201f45304c45eca8d6a634.tar.xz |
testing/py3-h5py: rebuild against python 3.8
-rw-r--r-- | testing/py3-h5py/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-h5py/APKBUILD b/testing/py3-h5py/APKBUILD index 08c58f0a72..1429db9b99 100644 --- a/testing/py3-h5py/APKBUILD +++ b/testing/py3-h5py/APKBUILD @@ -9,7 +9,7 @@ url="https://www.h5py.org" arch="all !s390x !x86 !ppc64le" # x86|ppc64le -> numpy has no 128float support license="BSD-3-Clause" depends="py3-six py3-numpy hdf5" -makedepends="cython3 python3-dev hdf5-dev py3-setuptools py3-numpy-dev" +makedepends="cython python3-dev hdf5-dev py3-setuptools py3-numpy-dev" checkdepends="py3-pytest" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz " |