diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 23:30:20 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 23:30:20 -0500 |
commit | f01ef104bfe2ca76ffb38cb0a65659426d151b84 (patch) | |
tree | b09eb0b5e7ecf469bdf9727ea97265e7324dda7d | |
parent | a2273a94c59be6a031db2fbf39177f2c40a1ceb6 (diff) | |
download | slackbuilds-f01ef104bfe2ca76ffb38cb0a65659426d151b84.tar.gz |
development/python3-matplotlib: Fixed dep info
-rw-r--r-- | development/python3-matplotlib/README | 5 | ||||
-rw-r--r-- | development/python3-matplotlib/python3-matplotlib.info | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/development/python3-matplotlib/README b/development/python3-matplotlib/README index b9180f8ab9..6f322abe87 100644 --- a/development/python3-matplotlib/README +++ b/development/python3-matplotlib/README @@ -7,8 +7,7 @@ of ipython uses matplotlib to emulate matlab graphics. This is the Python 3 version of matplotlib and can coexist with SBo's matplotlib package. -OPTIONAL DEPENDENCIES: python3-PyQt5, wxPython4, python3-pytest, ffmpeg, - avconv, Inkscape +OPTIONAL DEPENDENCIES: wxPython4, python3-pytest, avconv, Inkscape NOTES: If you want to enable the optional subpackages tests and @@ -17,5 +16,3 @@ NOTES: If you want to enable the optional subpackages tests and python3-pytest, ffmpeg, avconv and Inkscape are already installed. Besides ffmpeg/avconv are also needed if you wish better support of animation output formats. - - The 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 cdbc23526b..8317a44714 100644 --- a/development/python3-matplotlib/python3-matplotlib.info +++ b/development/python3-matplotlib/python3-matplotlib.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/eb/a0/31b6ba00bc4dcbc06f0b80d1 MD5SUM="403b0bddd751d71187416f20d4cff100" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="numpy3 python3-dateutil python3-pyparsing pytz python3-cycler python3-six python3-kiwisolver python3-tornado" +REQUIRES="numpy3 python3-dateutil pytz python3-cycler python3-kiwisolver python3-tornado" MAINTAINER="Serban Udrea" EMAIL="S.Udrea@gsi.de" |