From fb61c2cf6a9b5835e5c77365e8d83ec71d5db8b9 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Wed, 28 Nov 2012 12:24:26 +0000 Subject: [PATCH] Added (build)dependencies on python-glanceclient >= 0.6 and python-keystoneclient >= 0.2 Rewritten-From: f663fe3936cd5b45a44c8be9ffe76ff13937facb --- trusty/debian/control | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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, -- 2.32.3