[Python-modules-commits] [libcloud] 06/15: Build depend on python{3}-pytest-runner.

Andrew Starr-Bochicchio asb at moszumanska.debian.org
Thu Oct 19 03:25:47 UTC 2017


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

asb pushed a commit to branch master
in repository libcloud.

commit 3e0bb07ac085536bac1ab23962425342904e3b79
Author: Andrew Starr-Bochicchio <a.starr.b at gmail.com>
Date:   Wed Oct 18 21:39:40 2017 -0400

    Build depend on python{3}-pytest-runner.
---
 debian/changelog | 1 +
 debian/control   | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f2e2959..8acc756 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libcloud (2.2.1-1) UNRELEASED; urgency=medium
   [ Andrew Starr-Bochicchio ]
   * New upstream release.
   * debian/control: Remove deprecated XS-Testsuite field.
+  * Build depend on python{3}-pytest-runner. 
 
   [ Hans-Christoph Steiner ]
   * New upstream release from git tag
diff --git a/debian/control b/debian/control
index 58e7e8b..3f3777a 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,7 @@ Build-Depends: debhelper (>= 9~),
                python-pydoctor,
                python-requests-mock,
                python-backports.ssl-match-hostname,
+               python-pytest-runner,
                python3-all,
                python3-crypto (>= 2.6),
                python3-lockfile (>= 0.9),
@@ -25,7 +26,8 @@ Build-Depends: debhelper (>= 9~),
                python3-requests-mock,
                python3-simplejson,
                python3-setuptools,
-               python3-mock (>= 0.8.0)
+               python3-mock (>= 0.8.0),
+               python3-pytest-runner
 Standards-Version: 3.9.8
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.0

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



More information about the Python-modules-commits mailing list