summaryrefslogtreecommitdiffstats
path: root/academic/PyAMG
diff options
context:
space:
mode:
author Alexander Bruy <alexander dot bruy at gmail dot com>2022-11-06 19:16:51 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-12 22:33:11 +0700
commit72a20a0b0e26b6dd99710e881e2e414ea16463c9 (patch)
tree31b040575dba5ad2b7b5e1454a7f79ac67e543a2 /academic/PyAMG
parent896ad57c3901479317b36e177636a78e7932b566 (diff)
downloadslackbuilds-72a20a0b0e26b6dd99710e881e2e414ea16463c9.tar.gz
slackbuilds-72a20a0b0e26b6dd99710e881e2e414ea16463c9.tar.xz
academic/PyAMG: Fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/PyAMG')
-rw-r--r--academic/PyAMG/PyAMG.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/academic/PyAMG/PyAMG.info b/academic/PyAMG/PyAMG.info
index 3b3933387b..87621b1788 100644
--- a/academic/PyAMG/PyAMG.info
+++ b/academic/PyAMG/PyAMG.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/pyamg/pyamg/releases/download/v2.1.0/official_pyamg
MD5SUM="b04419a4e751d5333bc97fb1786e9e09"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="nose numpy scipy"
+REQUIRES="nose python2-numpy python2-scipy"
MAINTAINER="Alexander Bruy"
EMAIL="alexander dot bruy at gmail dot com"