[openstack-nova] make nova depend on glanceclient rather than glance

Pádraig Brady pbrady at fedoraproject.org
Thu Aug 23 15:52:03 UTC 2012


commit 55af56e829d18c814ed5bdb2ef042125d8e97b30
Author: Pádraig Brady <P at draigBrady.com>
Date:   Thu Aug 23 14:41:49 2012 +0100

    make nova depend on glanceclient rather than glance
    
    This is now supported upstream, and in our folsom-3
    glance and glanceclient packages

 openstack-nova.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/openstack-nova.spec b/openstack-nova.spec
index 129febd..73649ea 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -97,8 +97,7 @@ Requires:         python-routes
 Requires:         python-sqlalchemy
 Requires:         python-webob
 Requires:         python-netaddr
-# TODO: remove the following dependency which is minimal
-Requires:         python-glance
+Requires:         python-glanceclient >= 1:0
 Requires:         python-novaclient
 Requires:         python-paste-deploy
 Requires:         python-migrate


More information about the scm-commits mailing list