[Python-apps-commits] r14505 - in packages/pylint/trunk/debian (changelog control)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Fri Dec 8 01:55:50 UTC 2017


    Date: Friday, December 8, 2017 @ 01:55:49
  Author: morph
Revision: 14505

add setuptools to bin pkgs deps

Modified:
  packages/pylint/trunk/debian/changelog
  packages/pylint/trunk/debian/control

Modified: packages/pylint/trunk/debian/changelog
===================================================================
--- packages/pylint/trunk/debian/changelog	2017-12-08 01:52:41 UTC (rev 14504)
+++ packages/pylint/trunk/debian/changelog	2017-12-08 01:55:49 UTC (rev 14505)
@@ -15,12 +15,13 @@
     - add logilab-common to b-d and deps
     - bump Standards-Version to 4.1.2 (no changes needed)
     - use python3-sphinx to build doc
+    - add setuptools to bin pkgs deps
   * debian/copyright
     - update upstream copyright notice
     - update single files specific copyright notices
   * pylint-gui has been removed upstream
 
- -- Sandro Tosi <morph at debian.org>  Thu, 07 Dec 2017 20:52:26 -0500
+ -- Sandro Tosi <morph at debian.org>  Thu, 07 Dec 2017 20:55:38 -0500
 
 pylint (1.6.5-1) unstable; urgency=medium
 

Modified: packages/pylint/trunk/debian/control
===================================================================
--- packages/pylint/trunk/debian/control	2017-12-08 01:52:41 UTC (rev 14504)
+++ packages/pylint/trunk/debian/control	2017-12-08 01:55:49 UTC (rev 14505)
@@ -12,7 +12,7 @@
 
 Package: pylint
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-astroid (>= 1.4.5), python-six, python-isort, python-backports.functools-lru-cache, python-configparser, python-singledispatch, python-logilab-common (>= 0.19.0)
+Depends: ${python:Depends}, ${misc:Depends}, python-astroid (>= 1.4.5), python-six, python-isort, python-backports.functools-lru-cache, python-configparser, python-singledispatch, python-logilab-common (>= 0.19.0), python-setuptools
 Recommends: python-tk
 Suggests: pylint-doc, python-mccabe
 Description: Python code static checker and UML diagram generator
@@ -58,7 +58,7 @@
 
 Package: pylint3
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python3-astroid (>= 1.4.5), python3-isort, python3-logilab-common (>= 0.19.0)
+Depends: ${python3:Depends}, ${misc:Depends}, python3-astroid (>= 1.4.5), python3-isort, python3-logilab-common (>= 0.19.0), python3-setuptools
 Recommends: python3-tk
 Suggests: pylint-doc, python3-mccabe
 Description: Python 3 code static checker and UML diagram generator




More information about the Python-apps-commits mailing list