diff options
author | Oleg Titov <oleg.titov@gmail.com> | 2019-04-08 14:06:21 -0500 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-04-10 15:52:53 +0000 |
commit | 303cbfbbc9d1010aa884e835535ccfd3fd48b37a (patch) | |
tree | b3a8c93d7d6543b8daf67cc5a053df6a0656fda9 /testing | |
parent | 49dc064afef9b8d18fa1505b288b3d7ddb73a541 (diff) | |
download | aports-303cbfbbc9d1010aa884e835535ccfd3fd48b37a.tar.bz2 aports-303cbfbbc9d1010aa884e835535ccfd3fd48b37a.tar.xz |
testing/py-h5py: remove cython-dev from makedepends, rebuild
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-h5py/APKBUILD | 4 |
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" |