[Python-modules-commits] [matplotlib] 01/02: add backports.functools-lru-cache to depends; Closes: #887964

Sandro Tosi morph at moszumanska.debian.org
Tue Jan 23 04:52:59 UTC 2018


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

morph pushed a commit to branch master
in repository matplotlib.

commit 372fe766cef3f968ec9506ca037b57ea995dc932
Author: Sandro Tosi <morph at debian.org>
Date:   Mon Jan 22 23:28:40 2018 -0500

    add backports.functools-lru-cache to depends; Closes: #887964
---
 debian/changelog | 7 +++++++
 debian/control   | 3 ++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2ef0951..849828f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+matplotlib (2.1.1-2) UNRELEASED; urgency=medium
+
+  * debian/control
+    - add backports.functools-lru-cache to depends; Closes: #887964
+
+ -- Sandro Tosi <morph at debian.org>  Mon, 22 Jan 2018 23:27:42 -0500
+
 matplotlib (2.1.1-1) unstable; urgency=medium
 
   * New upstream release; Closes: #827361, #872261
diff --git a/debian/control b/debian/control
index 759dc11..2d4f75e 100644
--- a/debian/control
+++ b/debian/control
@@ -93,7 +93,8 @@ XS-Testsuite: autopkgtest
 
 Package: python-matplotlib
 Architecture: any
-Depends: python-dateutil,
+Depends: python-backports.functools-lru-cache,
+         python-dateutil,
          python-matplotlib-data (>= ${source:Version}),
          python-pyparsing (>= 1.5.6),
          python-tz,

-- 
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