From: Thomas Goirand Date: Mon, 7 Sep 2015 14:03:05 +0000 (+0000) Subject: Fixed wrong ceilometerclient version (needs >= 1.4.0) X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=3774719c9ba5e88bc83c2ba36a4dcd1cb6acebd4;p=openstack-build%2Fheat-build.git Fixed wrong ceilometerclient version (needs >= 1.4.0) Rewritten-From: b0f5b35d2258958d2e2f74bdc716e03a9549cce2 --- diff --git a/trusty/debian/control b/trusty/debian/control index 065a6f34..edebd81d 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -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,