Added missing python-mock build-deps.

This commit is contained in:
Thomas Goirand
2015-02-17 15:22:30 +00:00
parent f73b734d71
commit 8b4f754209
2 changed files with 9 additions and 1 deletions

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
python-kafka (0.9.3-2) unstable; urgency=medium
* Added missing python-mock build-deps.
-- Thomas Goirand <zigo@debian.org> Tue, 17 Feb 2015 15:22:08 +0000
python-kafka (0.9.3-1) unstable; urgency=medium
* Initial release. (Closes: #778619)

4
debian/control vendored
View File

@@ -10,9 +10,11 @@ Build-Depends: debhelper (>= 9),
python-sphinx,
python3-all,
python3-setuptools
Build-Depends-Indep: python-nose,
Build-Depends-Indep: python-mock,
python-nose,
python-nose-timer,
python-six,
python3-mock,
python3-nose,
python3-nose-timer,
python3-six