lws needs numpy

This commit is contained in:
Sarah Ottinger
2020-12-16 22:25:13 -08:00
parent b5fdb60f53
commit 7ed65e4ee3

View File

@@ -9,8 +9,8 @@ pkgdesc='Fast spectrogram phase recovery using Local Weighted Sums (mingw-w64)'
arch=('any')
url="https://github.com/Jonathan-LeRoux/lws"
license=('Apache')
depends=("${MINGW_PACKAGE_PREFIX}-python")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-cython")
depends=("${MINGW_PACKAGE_PREFIX}-python-numpy")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
options=('!emptydirs')
source=("https://files.pythonhosted.org/packages/source/${_realname:0:1}/${_realname}/${_realname//-/_}-${pkgver}.tar.gz")
sha256sums=('ac94834832aadfcd53fcf4a77e1d95155063b39adbce14c733f8345bdac76e87')