diff options
author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2014-07-23 17:43:52 +0200 |
---|---|---|
committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2014-07-23 17:43:52 +0200 |
commit | 4ee817e2eb1ad93ccf8226372c6331d6bf4dcbf9 (patch) | |
tree | 2516a8d9280cbac77cd31d93095ef0289561fad1 /debian/control | |
parent | fc4fc60da1738c3597cfe29744cefb4279ec759e (diff) | |
download | pylint-git-4ee817e2eb1ad93ccf8226372c6331d6bf4dcbf9.tar.gz |
import modutils from astroid, it has been backported there
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 442737d46..da0c1d1b4 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.53.0), - python-astroid (>= 1.1) + python-astroid (>= 1.2) Suggests: python-tk XB-Python-Version: ${python:Versions} Description: python code static checker and UML diagram generator |