summaryrefslogtreecommitdiff
path: root/debian.sid
diff options
context:
space:
mode:
authorMichal Nowikowski <godfryd@gmail.com>2014-07-25 17:23:40 +0200
committerMichal Nowikowski <godfryd@gmail.com>2014-07-25 17:23:40 +0200
commit883ee0596ca08a4a5edb0edee502d4e97f9d7e79 (patch)
tree6234388c220c730d1c28f06ca6cf9aee24b85172 /debian.sid
parent199226744f90191d2c48f48c27a48ca720a9c439 (diff)
downloadpylint-883ee0596ca08a4a5edb0edee502d4e97f9d7e79.tar.gz
Added in connection to spelling checker a suggestion for python-enchant to also debian.sid
Diffstat (limited to 'debian.sid')
-rw-r--r--debian.sid/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian.sid/control b/debian.sid/control
index f062531..3f6ad93 100644
--- a/debian.sid/control
+++ b/debian.sid/control
@@ -13,7 +13,7 @@ Vcs-Browser: http://hg.logilab.org/pylint
Package: pylint
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.53), python-astroid
-Recommends: python-tk
+Recommends: python-tk, python-enchant
XB-Python-Version: ${python:Versions}
Description: python code static checker and UML diagram generator
Pylint is a Python source code analyzer which looks for programming
@@ -38,7 +38,7 @@ Description: python code static checker and UML diagram generator
Package: pylint3
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-logilab-common (>= 0.53), python3-astroid
-Recommends: python3-tk
+Recommends: python3-tk, python3-enchant
XB-Python-Version: ${python3:Versions}
Description: python code static checker and UML diagram generator
Pylint is a Python source code analyzer which looks for programming