lws needs numpy
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user