[Pkg-mpd-commits] [python-mpd] 11/19: work around missing dependency on python[3]-pkg-resources by python[3]-pbr

Simon McVittie smcv at debian.org
Sun May 22 18:17:08 UTC 2016


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

smcv pushed a commit to branch debian/experimental
in repository python-mpd.

commit c17ab2b5c258721c6154451b8fcef668044cd598
Author: Simon McVittie <smcv at debian.org>
Date:   Sat Apr 30 15:36:21 2016 +0100

    work around missing dependency on python[3]-pkg-resources by python[3]-pbr
---
 debian/changelog     | 2 ++
 debian/tests/control | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 23b7163..af401d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,8 @@ python-mpd (0.5.5-1) UNRELEASED; urgency=medium
     - specifically don't install mpd_test.py, not needed
   * Add autopkgtests. The tests are not run at build-time because they
     require a hard-coded listening port.
+    - work around missing dependency on python[3]-pkg-resources by
+      python[3]-pbr
   * Add myself to Uploaders
   * Standards-Version: 3.9.8 (no changes required)
 
diff --git a/debian/tests/control b/debian/tests/control
index 5483aa7..0900a18 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -2,6 +2,7 @@ Tests: python2
 Depends:
  python-mock,
  python-mpd,
+ python-pkg-resources,
 Restrictions:
  isolation-container,
 
@@ -9,5 +10,6 @@ Tests: python3
 Depends:
  python3-mock,
  python3-mpd,
+ python3-pkg-resources,
 Restrictions:
  isolation-container,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/python-mpd.git



More information about the Pkg-mpd-commits mailing list