[Python-modules-commits] [astroid] 01/02: add setuptools and backports.functools-lru-cache (python2 only) to bin pkgs depends; Closes: #883360

Sandro Tosi morph at moszumanska.debian.org
Mon Dec 4 02:15:13 UTC 2017


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

morph pushed a commit to branch master
in repository astroid.

commit 00be5d444430b6544861f0006c6eeec9eafa5bf2
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Dec 3 21:11:24 2017 -0500

    add setuptools and backports.functools-lru-cache (python2 only) to bin pkgs depends; Closes: #883360
---
 debian/changelog | 8 ++++++++
 debian/control   | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6d539d4..12d25c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+astroid (1.5.3-2) UNRELEASED; urgency=medium
+
+  * debian/control
+    - add setuptools and backports.functools-lru-cache (python2 only) to bin
+      pkgs depends; Closes: #883360
+
+ -- Sandro Tosi <morph at debian.org>  Sun, 03 Dec 2017 21:10:24 -0500
+
 astroid (1.5.3-1) unstable; urgency=medium
 
   * New upstream release; Closes: #868819
diff --git a/debian/control b/debian/control
index 4334b4c..b646860 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/astroid.git
 
 Package: python-astroid
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-six, python-singledispatch, python-enum34
+Depends: ${python:Depends}, ${misc:Depends}, python-six, python-singledispatch, python-enum34, python-backports.functools-lru-cache, python-setuptools
 Description: rebuild a new abstract syntax tree from Python's AST
  The aim of this module is to provide a common base representation of
  Python source code for projects such as pychecker, pyreverse,
@@ -39,7 +39,7 @@ Description: rebuild a new abstract syntax tree from Python's AST
 
 Package: python3-astroid
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python3-six
+Depends: ${python3:Depends}, ${misc:Depends}, python3-six, python3-setuptools
 Description: rebuild a new abstract syntax tree from Python's AST (Python3)
  The aim of this module is to provide a common base representation of
  Python source code for projects such as pychecker, pyreverse,

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



More information about the Python-modules-commits mailing list