[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: gnu: python-matplotlib: Remove python-pillow input.
From: |
Federico Beffa |
Subject: |
02/05: gnu: python-matplotlib: Remove python-pillow input. |
Date: |
Wed, 14 Jan 2015 17:11:14 +0000 |
beffa pushed a commit to branch wip-gobject-introspection
in repository guix.
commit b551d15daff11a6c134ff0dfef02e924ccb71d2b
Author: Federico Beffa <address@hidden>
Date: Wed Jan 14 15:42:11 2015 +0100
gnu: python-matplotlib: Remove python-pillow input.
* gnu/packages/python.scm (python-matplotlib): Remove python-pillow input as
it currently is broken.
---
gnu/packages/python.scm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 162acec..2d148c7 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2199,7 +2199,7 @@ that client code uses to construct the grammar directly
in Python code.")
("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)