aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-h5py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-h5py')
-rw-r--r--testing/py-h5py/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-h5py/APKBUILD b/testing/py-h5py/APKBUILD
index 58fdd77fa9..0da325ead0 100644
--- a/testing/py-h5py/APKBUILD
+++ b/testing/py-h5py/APKBUILD
@@ -3,13 +3,13 @@
pkgname=py-h5py
_pkgname=h5py
pkgver=2.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="Read and write HDF5 files from Python"
url="https://www.h5py.org"
arch="all !s390x"
license="BSD"
depends="py-six py-numpy hdf5"
-makedepends="cython-dev python2-dev python3-dev hdf5-dev py-setuptools py-numpy-dev py-six"
+makedepends="cython python2-dev python3-dev hdf5-dev py-setuptools py-numpy-dev py-six"
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"