summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author R. S. Ananda Murthy2022-11-06 20:30:10 +0100
committer Willy Sudiarto Raharjo2022-11-12 16:33:14 +0100
commit2d6e2efd63c54664bca1fcdfba7e436938197dff (patch)
tree88cdaca8debfdabfef17f951305dc2591131a001 /python
parent217dfd316838fb30233f5523453b92629ef5465a (diff)
downloadslackbuilds-2d6e2efd63c54664bca1fcdfba7e436938197dff.tar.gz
python/statsmodels: Fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/statsmodels/statsmodels.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/statsmodels/statsmodels.info b/python/statsmodels/statsmodels.info
index 378cbed7c0..ba5cf888fb 100644
--- a/python/statsmodels/statsmodels.info
+++ b/python/statsmodels/statsmodels.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/s/statsmodels/statsmodels-0.6.
MD5SUM="f7580ebf7d2a2c9b87abfad190dcb9a3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="matplotlib pandas scipy"
+REQUIRES="matplotlib pandas python2-scipy"
MAINTAINER="R. S. Ananda Murthy"
EMAIL="rsamurti@gmail.com"