[Python-modules-commits] [ldif3] 05/09: Add python(3)-mock and python(3)-nose to Build-Depends so tests can run during build.

Michael Fladischer fladi at moszumanska.debian.org
Fri Mar 17 08:26:19 UTC 2017


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

fladi pushed a commit to branch master
in repository ldif3.

commit 2b2ae55b39af40872af17779009c1d3a5c77ea54
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Fri Mar 17 09:07:57 2017 +0100

    Add python(3)-mock and python(3)-nose to Build-Depends so tests can
    run during build.
---
 debian/changelog | 2 ++
 debian/control   | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7e0f994..23ca38c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ ldif3 (3.2.2-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Copy tests.py to builddir so nosetests picks them up during build.
+  * Add python(3)-mock and python(3)-nose to Build-Depends so tests can
+    run during build.
 
  -- Michael Fladischer <fladi at debian.org>  Fri, 17 Mar 2017 08:35:02 +0100
 
diff --git a/debian/control b/debian/control
index 0883ea5..9e8d22b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,12 @@ Section: python
 Priority: extra
 Build-Depends: debhelper (>= 9),
                python-all,
+               python-mock,
+               python-nose,
                python-setuptools,
                python3-all,
+               python3-mock,
+               python3-nose,
                python3-setuptools
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/ldif3.git

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



More information about the Python-modules-commits mailing list