[Python-modules-commits] [behave] 06/09: Add missing test dependencies

Vincent Bernat bernat at moszumanska.debian.org
Tue Jun 13 06:10:28 UTC 2017


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

bernat pushed a commit to branch master
in repository behave.

commit 407df69f4d0a74c28e7226636009ce30339aec89
Author: Vincent Bernat <vincent at bernat.im>
Date:   Tue Jun 13 07:42:32 2017 +0200

    Add missing test dependencies
---
 debian/control | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 588f969..50f0326 100644
--- a/debian/control
+++ b/debian/control
@@ -3,18 +3,25 @@ Section: python
 Priority: optional
 Maintainer: Vincent Bernat <bernat at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9), dh-python,
+Build-Depends: debhelper (>= 9),
+               dh-python,
                python-all,
+               python-hamcrest,
+               python-mock,
+               python-nose,
                python-parse,
                python-parse-type,
                python-setuptools,
                python-six,
                python3-all,
+               python3-hamcrest,
+               python3-mock,
+               python3-nose,
                python3-parse,
                python3-parse-type,
                python3-setuptools,
                python3-six,
-               python3-sphinx,
+               python3-sphinx
 Standards-Version: 3.9.8
 Homepage: http://github.com/behave/behave
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/behave.git
@@ -22,7 +29,7 @@ Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/behave.git
 
 Package: python-behave
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends},
+Depends: ${misc:Depends}, ${python:Depends}
 Recommends: ${python:Recommends}
 Suggests: ${python:Suggests}
 Description: behaviour-driven development for Python 2
@@ -37,7 +44,7 @@ Description: behaviour-driven development for Python 2
 
 Package: python3-behave
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends},
+Depends: ${misc:Depends}, ${python3:Depends}
 Recommends: ${python3:Recommends}
 Suggests: ${python3:Suggests}
 Description: behaviour-driven development for Python 3

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



More information about the Python-modules-commits mailing list