[Python-modules-commits] [python-flake8] 07/09: d/control: Fixed deps for new release

Ondřej Nový onovy at moszumanska.debian.org
Thu Nov 17 13:48:53 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 375e9e40566f25a2cf0cc71bbbbbbfd614f1a5de
Author: Ondřej Nový <onovy at debian.org>
Date:   Thu Nov 17 14:33:36 2016 +0100

    d/control: Fixed deps for new release
---
 debian/changelog |  1 +
 debian/control   | 10 ++++++----
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b866586..1b6b199 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ python-flake8 (3.2.0-1) UNRELEASED; urgency=medium
   * d/patches/0003-Add-previous_unindented_logical_line-attribute.patch:
     Removed, applied upstream
   * Removed dfsg rebuild of source tarball, not needed anymore
+  * d/control: Fixed deps for new release
 
  -- Ondřej Nový <onovy at debian.org>  Thu, 17 Nov 2016 14:19:44 +0100
 
diff --git a/debian/control b/debian/control
index ba2497e..7d27b2d 100644
--- a/debian/control
+++ b/debian/control
@@ -8,14 +8,14 @@ Uploaders: Chris Johnston <chrisjohnston at ubuntu.com>,
            Barry Warsaw <barry at debian.org>,
 Build-Depends: debhelper (>= 10),
                dh-python,
-               pycodestyle (>= 2.1.0),
+               pycodestyle,
                python-all,
                python-configparser,
                python-enum34,
                python-mccabe (>= 0.5.0),
                python-mock,
                python-nose,
-               python-pycodestyle (>= 2.1.0),
+               python-pycodestyle,
                python-pyflakes (>= 0.8.1),
                python-pytest,
                python-pytest-runner,
@@ -24,7 +24,7 @@ Build-Depends: debhelper (>= 10),
                python3-mccabe (>= 0.5.0),
                python3-mock,
                python3-nose,
-               python3-pycodestyle (>= 2.1.0),
+               python3-pycodestyle,
                python3-pyflakes (>= 0.8.1),
                python3-pytest,
                python3-pytest-runner,
@@ -56,6 +56,7 @@ Package: python-flake8
 Architecture: all
 Depends: python-mccabe (>= 0.5.0),
          python-pyflakes (>= 0.8.1),
+         python-setuptools,
          ${misc:Depends},
          ${python:Depends},
 Suggests: python-mock,
@@ -69,7 +70,8 @@ Description: code checker using pycodestyle and pyflakes - Python 2.x
 
 Package: python3-flake8
 Architecture: all
-Depends: ${misc:Depends},
+Depends: python3-setuptools,
+         ${misc:Depends},
          ${python3:Depends},
 Description: code checker using pycodestyle and pyflakes - Python 3.x
  Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe script.

-- 
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