mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/scikit-umfpack: Fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2a726b20fc
commit
0a6764abc0
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/38/70/12391037c558543518a8c244
|
||||||
MD5SUM="a92e3b8b7c864a9d5b25bf3d1a7ca39c"
|
MD5SUM="a92e3b8b7c864a9d5b25bf3d1a7ca39c"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="numpy scipy umfpack"
|
REQUIRES="python2-numpy python2-scipy umfpack"
|
||||||
MAINTAINER="Pr. HORSTMANN"
|
MAINTAINER="Pr. HORSTMANN"
|
||||||
EMAIL="wmh@eipg.fr"
|
EMAIL="wmh@eipg.fr"
|
||||||
|
|
Loading…
Reference in a new issue