From fee10af490bcf583fe4e62519d17ef1a9cf6fd9f Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Wed, 19 Feb 2014 15:28:37 +0800 Subject: [PATCH] * Added python-subunit as build-depends. --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 49707d34..e4eb493a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 19 Feb 2014 15:23:19 +0800 diff --git a/debian/control b/debian/control index dce79d76..454f8a83 100644 --- a/debian/control +++ b/debian/control @@ -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)