[Python-modules-commits] [matplotlib] 14/16: use PIL in b-d instead of imaging, needed for docs

Sandro Tosi morph at moszumanska.debian.org
Sun Dec 11 20:07:18 UTC 2016


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch experimental
in repository matplotlib.

commit 10b7f34373e9ed4107b90270169193cd6cba6596
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Dec 11 11:00:42 2016 -0500

    use PIL in b-d instead of imaging, needed for docs
---
 debian/changelog | 3 ++-
 debian/control   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3107cd5..b170e82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ matplotlib (2.0.0~rc1-1) UNRELEASED; urgency=medium
   * debian/control
     - add pandas to b-d, needed for tests
     - add subprocess32 to b-d
+    - use PIL in b-d instead of imaging, needed for docs
 
- -- Sandro Tosi <morph at debian.org>  Sun, 11 Dec 2016 10:53:55 -0500
+ -- Sandro Tosi <morph at debian.org>  Sun, 11 Dec 2016 11:00:25 -0500
 
 matplotlib (2.0.0~beta4-1) experimental; urgency=medium
 
diff --git a/debian/control b/debian/control
index 5790e43..8e71ad6 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,6 @@ Build-Depends: debhelper (>= 7),
                python-gi,
                python3-gi,
                python-gtk2-dev,
-               python-imaging,
                python-mock,
                python3-mock,
                python-mpltoolkits.basemap,
@@ -46,6 +45,8 @@ Build-Depends: debhelper (>= 7),
                python3-numpy-dbg,
                python-pandas,
                python3-pandas,
+               python-pil,
+               python3-pil,
                python-pkg-resources,
                python3-pkg-resources,
                python-pyparsing (>= 1.5.6),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/matplotlib.git



More information about the Python-modules-commits mailing list