From c3c6e5866b77c4efc8ce85f92a99b3070636f3e6 Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Fri, 10 Aug 2012 09:39:45 -0700 Subject: [PATCH] Update python-glanceclient dep to 0.3.X Nova needs 0.3.0 and the dep in Horizon's pip-requires is preventing that from happening. Change-Id: I86aff6110e1c2edc513859ded08bf4d691c80204 --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index 1c8d452bfd..bf30391a27 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -3,7 +3,7 @@ Django>=1.4 django_compressor django_openstack_auth python-cloudfiles -python-glanceclient>=0.2,<0.3 +python-glanceclient>=0.3,<0.4 python-keystoneclient python-novaclient pytz