diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-20 17:39:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-20 17:39:00 +0700 |
commit | 867aba8fe56151884dc12336d9991cf81ebd2c65 (patch) | |
tree | a447cbe52b03a32069c38ab5d9449b89207e2bcd /development/python3-matplotlib | |
parent | b02669ce78ab496c06d1c1995dc60186e1cc4fe1 (diff) |
development/python3-matplotlib: Fix DEP and README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/python3-matplotlib')
-rw-r--r-- | development/python3-matplotlib/README | 3 | ||||
-rw-r--r-- | development/python3-matplotlib/python3-matplotlib.info | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/development/python3-matplotlib/README b/development/python3-matplotlib/README index abb309d987a5..e63b687d8eee 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 b75ab6176d86..efaa4a5d34e0 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" |