diff --git a/__pkginfo__.py b/__pkginfo__.py index f83c187d4..248f9a39d 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 ca92747b5..3750b5531 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