summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2021-07-24 01:51:55 +0200
committer Willy Sudiarto Raharjo2021-07-25 11:55:59 +0200
commitc672e2241aa425613753b5e5d25818c306cc7673 (patch)
treeb9a3870ca7ad56e6d42fc60453c0cc23389a94c5
parent81fd8d4b915df52fa5decec458419ce51ba408e2 (diff)
downloadslackbuilds-c672e2241aa425613753b5e5d25818c306cc7673.tar.gz
development/pandas: Fix dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 c95b4a4821..9e65202283 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 python-dateutil pytz"
+REQUIRES="numpy python2-dateutil pytz"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"