]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Fixed wrong ceilometerclient version (needs >= 1.4.0)
authorThomas Goirand <thomas@goirand.fr>
Mon, 7 Sep 2015 14:03:05 +0000 (14:03 +0000)
committerThomas Goirand <thomas@goirand.fr>
Mon, 7 Sep 2015 14:03:05 +0000 (14:03 +0000)
Rewritten-From: b0f5b35d2258958d2e2f74bdc716e03a9549cce2

trusty/debian/control

index 065a6f34e3ebfffed414739c8b306cccb74aee54..edebd81d9fc42499aa3aae97bca769f40ddb3e00 100644 (file)
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 9),
 Build-Depends-Indep: bandit (>= 0.13.2),
                      python-babel,
                      python-barbicanclient (>= 3.3.0),
-                     python-ceilometerclient (>= 1.3.0),
+                     python-ceilometerclient (>= 1.4.0),
                      python-cinderclient (>= 1:1.3.1),
                      python-croniter,
                      python-coverage,
@@ -90,7 +90,7 @@ Section: python
 Architecture: all
 Depends: python-babel (>= 1.3),
          python-barbicanclient (>= 3.3.0),
-         python-ceilometerclient (>= 1.3.0),
+         python-ceilometerclient (>= 1.4.0),
          python-cinderclient (>= 1:1.3.1),
          python-croniter,
          python-crypto,