From: Thomas Goirand Date: Wed, 28 Nov 2012 12:24:26 +0000 (+0000) Subject: Added (build)dependencies on python-glanceclient >= 0.6 and python-keystoneclient... X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=fb61c2cf6a9b5835e5c77365e8d83ec71d5db8b9;p=openstack-build%2Fceilometer-build.git Added (build)dependencies on python-glanceclient >= 0.6 and python-keystoneclient >= 0.2 Rewritten-From: f663fe3936cd5b45a44c8be9ffe76ff13937facb --- diff --git a/trusty/debian/control b/trusty/debian/control index 06a3ba3..9e33816 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -16,8 +16,9 @@ Build-Depends-Indep: pep8, python-eventlet, python-flask, python-glance, - python-glanceclient, + python-glanceclient (>= 0.6), python-iso8601, + python-keystoneclient (>= 0.2), python-kombu, python-lockfile, python-ming, @@ -42,7 +43,9 @@ Depends: ${python:Depends}, ${misc:Depends}, python-anyjson, python-eventlet, python-flask (>= 0.9), + python-glanceclient (>= 0.6), python-greenlet (>= 0.4), + python-keystoneclient (>= 0.2), python-iso8601, python-kombu, python-lockfile,