[Python-modules-commits] [python-flake8] 04/12: More B-D fixies for new upstream release

Ondřej Nový onovy at moszumanska.debian.org
Sun Aug 7 22:33:50 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 80576cdc7cb19faf8abfa38965645a5dc5c30ac8
Author: Ondřej Nový <onovy at debian.org>
Date:   Mon Aug 8 00:02:19 2016 +0200

    More B-D fixies for new upstream release
---
 debian/control | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index c4574e4..5ae0e74 100644
--- a/debian/control
+++ b/debian/control
@@ -10,12 +10,15 @@ Build-Depends: debhelper (>= 9),
                dh-python,
                pycodestyle (>= 2.0.0),
                python-all,
+               python-configparser,
+               python-enum34,
                python-mccabe (>= 0.5.0),
                python-mock,
                python-nose,
                python-pycodestyle (>= 2.0.0),
                python-pyflakes (>= 0.8.1),
                python-pytest,
+               python-pytest-runner,
                python-setuptools,
                python3-all,
                python3-mccabe (>= 0.5.0),
@@ -24,6 +27,7 @@ Build-Depends: debhelper (>= 9),
                python3-pycodestyle (>= 2.0.0),
                python3-pyflakes (>= 0.8.1),
                python3-pytest,
+               python3-pytest-runner,
                python3-setuptools
 Standards-Version: 3.9.8
 Homepage: https://gitlab.com/pycqa/flake8
@@ -49,10 +53,10 @@ Description: code checker using pycodestyle and pyflakes
 
 Package: python-flake8
 Architecture: all
-Depends: python-pep8 (>= 1.5.7),
+Depends: python-pycodestyle (>= 2.0.0),
          python-setuptools,
          python-pyflakes (>= 0.8.1),
-         python-mccabe (>= 0.2.1),
+         python-mccabe (>= 0.5.0),
          ${misc:Depends},
          ${python:Depends}
 Suggests: python-mock
@@ -66,10 +70,10 @@ Description: code checker using pycodestyle and pyflakes - Python 2.x
 
 Package: python3-flake8
 Architecture: all
-Depends: python3-pep8 (>= 1.5.7),
+Depends: python3-pycodestyle (>= 2.0.0),
          python3-setuptools,
          python3-pyflakes (>= 0.8.1),
-         python3-mccabe (>= 0.2.1),
+         python3-mccabe (>= 0.5.0),
          ${misc:Depends},
          ${python3:Depends}
 Description: code checker using pycodestyle and pyflakes - Python 3.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