From 303cbfbbc9d1010aa884e835535ccfd3fd48b37a Mon Sep 17 00:00:00 2001 From: Oleg Titov Date: Mon, 8 Apr 2019 14:06:21 -0500 Subject: [PATCH] testing/py-h5py: remove cython-dev from makedepends, rebuild --- testing/py-h5py/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/py-h5py/APKBUILD b/testing/py-h5py/APKBUILD index 58fdd77fa94..0da325ead03 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"