development/python3-matplotlib: Fixed dep info

This commit is contained in:
Robby Workman 2021-04-18 23:30:20 -05:00
parent a2273a94c5
commit f01ef104bf
2 changed files with 2 additions and 5 deletions

View file

@ -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.

View file

@ -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"