From ced6dfef82ce2ab83405166b18ae766495df60d5 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Mon, 7 Dec 2015 17:59:18 +0100 Subject: [PATCH] Fixed taskflow minimum version. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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},