[Python-modules-commits] [pylint-flask] 03/08: remove-logilab-common-deps

Daniel Stender danstender-guest at moszumanska.debian.org
Sat Aug 27 20:33:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

danstender-guest pushed a commit to branch master
in repository pylint-flask.

commit fef0403d07e0daaa83ee7ba3f9be7357e2fa1308
Author: Daniel Stender <stender at debian.org>
Date:   Sat Aug 27 22:08:21 2016 +0200

    remove-logilab-common-deps
    
    logilab-common does not seem to be used anywhere in
     pylint-flask. Thanks to Sebastian Ramacher.
    Origin: https://github.com/jschaf/pylint-flask/pull/4
    Bug: https://bugs.debian.org/835601
---
 setup.py | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/setup.py b/setup.py
index dad8932..9284c1e 100644
--- a/setup.py
+++ b/setup.py
@@ -32,14 +32,12 @@ if sys.version_info < (2, 7):
     # pylint 1.4 dropped support for Python 2.6
     _install_requires += [
         'pylint>=1.0,<1.4',
-        'astroid>=1.0,<1.3.0',
-        'logilab-common>=0.60.0,<0.63',
+        'astroid>=1.0,<1.3.0'
     ]
 else:
     _install_requires += [
         'pylint>=1.0',
-        'astroid>=1.0',
-        'logilab-common>=0.60.0',
+        'astroid>=1.0'
     ]
 
 setup(

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pylint-flask.git



More information about the Python-modules-commits mailing list