From 4e7a137a838cf06e8843bb21c63715ddceb98313 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Mon, 2 Feb 2015 15:18:17 -0500 Subject: [PATCH] Revert "gnu: python-matplotlib: Remove python-pillow input." python-pillow is now fixed, so we can add it back. This reverts commit dfbc33dceb803a3d54840613b08dc98f7be75f60. --- gnu/packages/python.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 4b306952c1..95b4ee4287 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2192,7 +2192,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)