[Python-modules-commits] [pytest-mock] 05/05: d/control: Build-Depends on python{3, }-setuptools-scm
Vincent Bernat
bernat at moszumanska.debian.org
Tue Nov 1 19:09:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
bernat pushed a commit to branch master
in repository pytest-mock.
commit df8e9ab7e1f87d31e98b29cb141a4a610558b046
Author: Vincent Bernat <vincent at bernat.im>
Date: Tue Nov 1 20:08:00 2016 +0100
d/control: Build-Depends on python{3,}-setuptools-scm
---
debian/changelog | 1 +
debian/control | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 56ad722..1420be4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pytest-mock (1.3.0-1) unstable; urgency=medium
* New upstream release.
+ Drop patch for pytest3 support.
+ * d/control: Build-Depends on python{3,}-setuptools-scm.
-- Vincent Bernat <bernat at debian.org> Tue, 01 Nov 2016 20:04:55 +0100
diff --git a/debian/control b/debian/control
index b80412e..fcebcd6 100644
--- a/debian/control
+++ b/debian/control
@@ -7,10 +7,12 @@ Build-Depends: debhelper (>= 9), dh-python,
python-all,
python-pytest,
python-setuptools,
+ python-setuptools-scm,
python-mock,
python3-all,
python3-pytest,
python3-setuptools,
+ python3-setuptools-scm,
python3-mock
Standards-Version: 3.9.8
Homepage: https://github.com/pytest-dev/pytest-mock/
--
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