diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-07-24 11:51:55 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-25 16:55:59 +0700 |
commit | c672e2241aa425613753b5e5d25818c306cc7673 (patch) | |
tree | b9a3870ca7ad56e6d42fc60453c0cc23389a94c5 | |
parent | 81fd8d4b915df52fa5decec458419ce51ba408e2 (diff) |
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.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/pandas/pandas.info b/development/pandas/pandas.info index c95b4a4821a65..9e6520228324d 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" |