summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2021-07-24 01:52:20 +0200
committer Willy Sudiarto Raharjo2021-07-25 11:56:00 +0200
commit619434982058f95346439429b35730218751edd7 (patch)
treefe08418557b72bbd87be16cb659fae6b41a68f58
parentdc529dcbcf8e17a11ad96bf15e0f7d2aaefc39cd (diff)
downloadslackbuilds-619434982058f95346439429b35730218751edd7.tar.gz
libraries/matplotlib: Fix dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/matplotlib/matplotlib.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/matplotlib/matplotlib.info b/libraries/matplotlib/matplotlib.info
index 06f2c40142..f61b23a6dd 100644
--- a/libraries/matplotlib/matplotlib.info
+++ b/libraries/matplotlib/matplotlib.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/eb/a0/31b6ba00bc4dcbc06f0b80d1
MD5SUM="403b0bddd751d71187416f20d4cff100"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="numpy python-dateutil pytz cycler functools-lru-cache subprocess32 kiwisolver tornado"
+REQUIRES="numpy python2-dateutil pytz cycler functools-lru-cache subprocess32 kiwisolver tornado"
MAINTAINER="Serban Udrea"
EMAIL="S.Udrea@gsi.de"