testing/py-h5py: remove cython-dev from makedepends, rebuild

This commit is contained in:
Oleg Titov 2019-04-08 14:06:21 -05:00 committed by Carlo Landmeter
parent 49dc064afe
commit 303cbfbbc9

View File

@ -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"