summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Dimitris Zlatanidis2022-11-06 20:23:55 +0100
committer Willy Sudiarto Raharjo2022-11-12 16:33:12 +0100
commit7114aaab774c7d00dc89d92afee227e3aaf2f196 (patch)
tree7e6030289704377be733e6c390f66c48ed213d10 /development
parent3dec73f1a518256aeddcfa7d4901a7832e6130e1 (diff)
downloadslackbuilds-7114aaab774c7d00dc89d92afee227e3aaf2f196.tar.gz
development/pandas: Fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/pandas/pandas.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/pandas/pandas.info b/development/pandas/pandas.info
index 9e65202283..57c56b8f7a 100644
--- a/development/pandas/pandas.info
+++ b/development/pandas/pandas.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/e9/ad/5e92ba493eff96055a23b0a1
MD5SUM="7b597c7f989652e0c9af5f09a157e3ae"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="numpy python2-dateutil pytz"
+REQUIRES="python2-numpy python2-dateutil pytz"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"