* Added python-subunit as build-depends.

This commit is contained in:
Thomas Goirand
2014-02-19 15:28:37 +08:00
parent 7c713bd07a
commit fee10af490
2 changed files with 2 additions and 0 deletions

1
debian/changelog vendored
View File

@@ -4,6 +4,7 @@ python-taskflow (0.1.3-1) unstable; urgency=medium
* Updated new upstream repository in d/copyright, d/rules and d/control.
* Renamed python-futures into python-concurrent.futures for the
(build-)depends (Closes: #739470).
* Added python-subunit as build-depends.
-- Thomas Goirand <zigo@debian.org> Wed, 19 Feb 2014 15:23:19 +0800

1
debian/control vendored
View File

@@ -27,6 +27,7 @@ Build-depends-indep: alembic (>= 0.4.1),
python-six (>= 1.4.1),
python-sqlalchemy (>= 0.7.8),
python-stevedore (>= 0.12),
python-subunit (>= 0.0.18),
python-testtools (>= 0.9.32),
python-unittest2,
testrepository (>= 0.0.17)