From: Thomas Goirand <zigo@debian.org>
Date: Mon, 7 Dec 2015 16:59:18 +0000 (+0100)
Subject: Fixed taskflow minimum version.
X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=ced6dfef82ce2ab83405166b18ae766495df60d5;p=openstack-build%2Fcinder-build.git

Fixed taskflow minimum version.
---

diff --git a/debian/control b/debian/control
index 4e039e7bc..8030f06e3 100644
--- a/debian/control
+++ b/debian/control
@@ -70,7 +70,7 @@ Build-Depends-Indep: bandit (>= 0.13.2),
                      python-sqlalchemy (>= 0.9.9),
                      python-stevedore (>= 1.5.0),
                      python-swiftclient (>= 1:2.2.0),
-                     python-taskflow (>= 1.16.0),
+                     python-taskflow (>= 1.25.0),
                      python-tempest-lib (>= 0.11.0),
                      python-testresources,
                      python-testscenarios,
@@ -136,7 +136,7 @@ Depends: python-anyjson,
          python-sqlalchemy (>= 0.9.9),
          python-stevedore (>= 1.5.0),
          python-swiftclient (>= 1:2.2.0),
-         python-taskflow (>= 1.16.0),
+         python-taskflow (>= 1.25.0),
          python-webob,
          ${misc:Depends},
          ${python:Depends},