summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>2010-01-27 08:23:07 +0100
committerAlexandre Fayolle <alexandre.fayolle@logilab.fr>2010-01-27 08:23:07 +0100
commit5565b1ebe83a70bc046271ed7e8b46853e518755 (patch)
tree395f940027dac6cb1ea0ef1eb9f74f358091d094
parentbb81d46a49b420ad36d00d234c5608c586e50bd0 (diff)
downloadpylint-5565b1ebe83a70bc046271ed7e8b46853e518755.tar.gz
update dependency information about logilab-common for debian and setuptools
-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 248f9a3..b043528 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.2']
+install_requires = ['logilab-common >= 0.46.0', '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 3750b55..606bb84 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.2)
+Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.46.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