[Python-modules-commits] [astroid] 01/05: drop logilab-common from deps; Closes: #831505

Sandro Tosi morph at moszumanska.debian.org
Mon Jul 18 18:28:28 UTC 2016


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

morph pushed a commit to branch master
in repository astroid.

commit 7048d0db8cb3bc3b582759c95241b646da4a76a1
Author: Sandro Tosi <morph at debian.org>
Date:   Mon Jul 18 19:19:09 2016 +0100

    drop logilab-common from deps; Closes: #831505
---
 debian/changelog | 7 +++++++
 debian/control   | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 15f287d..a16335b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+astroid (1.4.6-2) UNRELEASED; urgency=medium
+
+  * debian/control
+    - drop logilab-common from deps; Closes: #831505
+
+ -- Sandro Tosi <morph at debian.org>  Mon, 18 Jul 2016 19:18:32 +0100
+
 astroid (1.4.6-1) unstable; urgency=medium
 
   [ Sandro Tosi ]
diff --git a/debian/control b/debian/control
index 6b6c14a..344b509 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-logilab-common (>= 0.63.0), python-six
+Depends: ${python:Depends}, ${misc:Depends}, python-six
 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-logilab-common (>= 0.63.0), python3-six
+Depends: ${python3:Depends}, ${misc:Depends}, python3-six
 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