summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2013-07-29 16:34:24 +0200
committerSylvain Thénault <sylvain.thenault@logilab.fr>2013-07-29 16:34:24 +0200
commit741e50193acac6336763ae4fc20e0b1f30f11203 (patch)
tree287719f6da925636d21bdc2f5d826610e04c1fe0 /debian/control
parent2793dec02f862d03ef23092a03c5f833b795d96d (diff)
downloadastroid-git-741e50193acac6336763ae4fc20e0b1f30f11203.tar.gz
prepare astroid 1.0
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 267da116..516f7ff0 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Package: python-astroid
Architecture: all
Depends: ${python:Depends},
${misc:Depends},
- python-logilab-common (>= 0.53.0-1),
+ python-logilab-common (>= 0.60.0-1),
XB-Python-Version: ${python:Versions}
Description: rebuild a new abstract syntax tree from Python's ast
The aim of this module is to provide a common base representation of