[Python-modules-commits] [pytest-mock] 05/07: d/control: Build-Depends on python-mock (>= 2)

Vincent Bernat bernat at moszumanska.debian.org
Mon Sep 18 17:32:50 UTC 2017


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

bernat pushed a commit to branch debian/master
in repository pytest-mock.

commit 4dc2cbfc6912bde10727d3df32756cd8b64c21bc
Author: Vincent Bernat <vincent at bernat.im>
Date:   Mon Sep 18 19:30:06 2017 +0200

    d/control: Build-Depends on python-mock (>= 2)
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f648197..23f0c26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ pytest-mock (1.6.3-1) UNRELEASED; urgency=medium
     + Fix FTBFS due to deprecated use of mock fixture. Closes: #871127.
   * d/control: Build-Conflicts on python3-mock as tests are expecting it
     to be absent.
+  * d/control: Build-Depends on python-mock (>= 2). Closes: #861245.
 
  -- Vincent Bernat <bernat at debian.org>  Mon, 18 Sep 2017 19:14:32 +0200
 
diff --git a/debian/control b/debian/control
index b214f79..733e5ba 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9), dh-python,
                python-pytest,
                python-setuptools,
                python-setuptools-scm,
-               python-mock,
+               python-mock (>= 2),
                python3-all,
                python3-pytest,
                python3-setuptools,

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



More information about the Python-modules-commits mailing list