summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-11-20 11:39:00 +0100
committer Willy Sudiarto Raharjo2017-11-20 11:39:00 +0100
commit867aba8fe56151884dc12336d9991cf81ebd2c65 (patch)
treea447cbe52b03a32069c38ab5d9449b89207e2bcd
parentb02669ce78ab496c06d1c1995dc60186e1cc4fe1 (diff)
downloadslackbuilds-867aba8fe56151884dc12336d9991cf81ebd2c65.tar.gz
development/python3-matplotlib: Fix DEP and README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/python3-matplotlib/README3
-rw-r--r--development/python3-matplotlib/python3-matplotlib.info2
2 files changed, 2 insertions, 3 deletions
diff --git a/development/python3-matplotlib/README b/development/python3-matplotlib/README
index abb309d987..e63b687d8e 100644
--- a/development/python3-matplotlib/README
+++ b/development/python3-matplotlib/README
@@ -18,5 +18,4 @@ NOTES: 1 - If you want to enable the optional subpackages tests
toolkits are disabled. The installation of toolkits is
done automatically.
- 2 - The python-dateutil and pytz dependencies must be
- compiled with Python 3 support.
+ 2 - pytz dependency must be compiled with Python 3 support.
diff --git a/development/python3-matplotlib/python3-matplotlib.info b/development/python3-matplotlib/python3-matplotlib.info
index b75ab6176d..efaa4a5d34 100644
--- a/development/python3-matplotlib/python3-matplotlib.info
+++ b/development/python3-matplotlib/python3-matplotlib.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/15/89/240b4ebcd63bcdde9aa522fbd2e13f0
MD5SUM="66f35e55cc15455eb37b415ae51f1e51"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="numpy3 python-dateutil pytz python3-tornado python3-pyparsing python3-cycler"
+REQUIRES="numpy3 python3-dateutil pytz python3-tornado python3-pyparsing python3-cycler"
MAINTAINER="Serban Udrea"
EMAIL="S.Udrea@gsi.de"