summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 b043528..45c34ec 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 >= 0.46.0', 'logilab-astng >= 0.19.2']
+install_requires = ['logilab-common >= 0.46.0', 'logilab-astng >= 0.19.3']
pyversions = ["2.3", "2.4", "2.5", '2.6'] # maybe 2.2 as well
diff --git a/debian/control b/debian/control
index 606bb84..5f9e2a4 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.46.0), python-logilab-astng (>= 0.19.2)
+Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.46.0), python-logilab-astng (>= 0.19.3)
Recommends: python-tk
XB-Python-Version: ${python:Versions}
Conflicts: python2.2-pylint, python2.3-pylint, python2.4-pylint, pylint-common, pylint-test