From: Julien Danjou Date: Tue, 4 Dec 2012 14:54:53 +0000 (+0100) Subject: Fix glanceclient dependency X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=4d16e8d580fb88b6e0d2f563f92de82129301155;p=openstack-build%2Fceilometer-build.git Fix glanceclient dependency Signed-off-by: Julien Danjou Rewritten-From: 4418c147073e5116ee2ddc78bc9cbc45276f5d25 --- diff --git a/xenial/debian/control b/xenial/debian/control index 41ef5ed..c304234 100644 --- a/xenial/debian/control +++ b/xenial/debian/control @@ -16,7 +16,7 @@ Build-Depends-Indep: pep8, python-eventlet, python-flask (>= 0.9), python-glance, - python-glanceclient (>= 0.6), + python-glanceclient (>= 1:0.6), python-iso8601, python-keystoneclient (>= 1:0.2), python-kombu, @@ -43,7 +43,7 @@ Depends: ${python:Depends}, ${misc:Depends}, python-anyjson, python-eventlet, python-flask (>= 0.9), - python-glanceclient (>= 0.6), + python-glanceclient (>= 1:0.6), python-greenlet (>= 0.4), python-keystoneclient (>= 1:0.2), python-iso8601,