diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-07-24 11:52:20 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-25 16:56:00 +0700 |
commit | 619434982058f95346439429b35730218751edd7 (patch) | |
tree | fe08418557b72bbd87be16cb659fae6b41a68f58 /libraries | |
parent | dc529dcbcf8e17a11ad96bf15e0f7d2aaefc39cd (diff) |
libraries/matplotlib: Fix dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/matplotlib/matplotlib.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/matplotlib/matplotlib.info b/libraries/matplotlib/matplotlib.info index 06f2c40142d60..f61b23a6dd1a6 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" |