summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2009-12-18 11:54:04 +0100
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2009-12-18 11:54:04 +0100
commitb49f83c7e13882b66fa6a93cc7e3ff05a69b5a42 (patch)
tree18777d27de383f7107e19dff594619663de05668
parentd7a1d8fd5172cdad996aa91602b6bdfc17e9fa44 (diff)
downloadpylint-b49f83c7e13882b66fa6a93cc7e3ff05a69b5a42.tar.gz
update dependencies
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/control2
2 files changed, 2 insertions, 2 deletions
diff --git a/__pkginfo__.py b/__pkginfo__.py
index f83c187..248f9a3 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -22,7 +22,7 @@ numversion = (0, 19, 0)
version = '.'.join([str(num) for num in numversion])
-install_requires = ['logilab-common', 'logilab-astng >= 0.19.0']
+install_requires = ['logilab-common', 'logilab-astng >= 0.19.2']
pyversions = ["2.3", "2.4", "2.5", '2.6'] # maybe 2.2 as well
diff --git a/debian/control b/debian/control
index ca92747..3750b55 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pylint/trunk/
Package: pylint
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.39.0), python-logilab-astng (>= 0.19.1)
+Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.39.0), python-logilab-astng (>= 0.19.2)
Recommends: python-tk
XB-Python-Version: ${python:Versions}
Conflicts: python2.2-pylint, python2.3-pylint, python2.4-pylint, pylint-common, pylint-test