gnu: python-matplotlib: Remove python-pillow input.

* gnu/packages/python.scm (python-matplotlib): Remove python-pillow input as
  it currently is broken.
This commit is contained in:
Federico Beffa 2015-01-14 15:42:11 +01:00
parent 8597ab7d22
commit dfbc33dceb

View file

@ -2199,7 +2199,7 @@ (define-public python-matplotlib
("freetype" ,freetype)
("cairo" ,cairo)
("glib" ,glib)
("python-pillow" ,python-pillow)
;("python-pillow" ,python-pillow)
;; FIXME: Add backends when available.
;("python-wxpython" ,python-wxpython)
;("python-pyqt" ,python-pyqt)