[Python-modules-commits] [python-flake8] 02/04: Versioned depends on python-mccabe and python-pyflakes

Ondřej Nový onovy at moszumanska.debian.org
Thu Aug 11 18:43:31 UTC 2016


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

onovy pushed a commit to branch master
in repository python-flake8.

commit 223388231f7a51c0ef7f3d8e47d4a8f88424e544
Author: Ondřej Nový <onovy at debian.org>
Date:   Thu Aug 11 20:37:52 2016 +0200

    Versioned depends on python-mccabe and python-pyflakes
---
 debian/control | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 07437a3..b5d7794 100644
--- a/debian/control
+++ b/debian/control
@@ -54,7 +54,9 @@ Description: code checker using pycodestyle and pyflakes
 
 Package: python-flake8
 Architecture: all
-Depends: ${misc:Depends},
+Depends: python-mccabe (>= 0.5.0),
+         python-pyflakes (>= 0.8.1),
+         ${misc:Depends},
          ${python:Depends}
 Suggests: python-mock
 Description: code checker using pycodestyle and pyflakes - Python 2.x

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



More information about the Python-modules-commits mailing list