]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Fixed taskflow minimum version.
authorThomas Goirand <zigo@debian.org>
Mon, 7 Dec 2015 16:59:18 +0000 (17:59 +0100)
committerThomas Goirand <zigo@debian.org>
Mon, 7 Dec 2015 16:59:18 +0000 (17:59 +0100)
debian/control

index 4e039e7bc31932a73d694f35321d8d1983149616..8030f06e31c65231046a239f9a2a6b7128dd8566 100644 (file)
@@ -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},