diff options
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" |