python/scikit-umfpack: Fix deps.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Pr. HORSTMANN 2022-11-06 19:27:02 +00:00 committed by Willy Sudiarto Raharjo
parent 2a726b20fc
commit 0a6764abc0
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/38/70/12391037c558543518a8c244
MD5SUM="a92e3b8b7c864a9d5b25bf3d1a7ca39c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="numpy scipy umfpack"
REQUIRES="python2-numpy python2-scipy umfpack"
MAINTAINER="Pr. HORSTMANN"
EMAIL="wmh@eipg.fr"