Date: Sunday, July 26, 2020 @ 05:01:02 Author: felixonmars Revision: 665313
upgpkg: python-matplotlib 3.3.0-2: fix dependency on pillow (FS#67324) Modified: python-matplotlib/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-26 04:13:08 UTC (rev 665312) +++ PKGBUILD 2020-07-26 05:01:02 UTC (rev 665313) @@ -12,7 +12,7 @@ arch=(x86_64) url="https://matplotlib.org" license=(custom) -depends=(freetype2 libpng python-numpy python-cycler python-dateutil python-kiwisolver python-pyparsing qhull) +depends=(freetype2 python-cycler python-dateutil python-kiwisolver python-numpy python-pillow python-pyparsing qhull) optdepends=('tk: Tk{Agg,Cairo} backends' 'python-pyqt5: Qt5{Agg,Cairo} backends' 'python-gobject: for GTK3{Agg,Cairo} backend' @@ -22,7 +22,6 @@ 'python-tornado: WebAgg backend' 'ffmpeg: for saving movies' 'imagemagick: for saving animated gifs' - 'python-pillow: for reading/saving jpeg/bmp/tiff files' 'ghostscript: usetex dependencies' 'texlive-bin: usetex dependencies' 'texlive-latexextra: usetex usage with pdflatex') @@ -29,7 +28,7 @@ makedepends=(git rsync python-setuptools tk python-pyqt5 python-gobject python-wxpython python-cairocffi python-tornado - python-pillow ghostscript texlive-bin) + ghostscript texlive-bin) # agg missing some non-upstreamed patches? checkdepends=(python-pytest-xdist python-pytest-runner xorg-server-xvfb texlive-core texlive-latexextra inkscape mencoder
