[openstack-nova] adjust the glance dependencies

Pádraig Brady pbrady at fedoraproject.org
Fri Jan 27 15:54:35 UTC 2012


commit 4b843220aa1a96e88a35de2b8df96416e3a41e73
Author: Pádraig Brady <P at draigBrady.com>
Date:   Fri Jan 27 15:50:14 2012 +0000

    adjust the glance dependencies
    
    Remove the dependency on openstack glance,
    and note that the dependency on python-glance
    is minimal and should be removed

 openstack-nova.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/openstack-nova.spec b/openstack-nova.spec
index 1647e2c..0482233 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -43,7 +43,6 @@ BuildRequires:    python-netaddr
 BuildRequires:    python-lockfile
 
 Requires:         python-nova = %{version}-%{release}
-Requires:         openstack-glance
 
 Requires:         python-paste
 Requires:         python-paste-deploy
@@ -108,6 +107,7 @@ Requires:         python-twisted-core
 Requires:         python-twisted-web
 Requires:         python-webob
 Requires:         python-netaddr
+# TODO: remove the following dependency which is minimal
 Requires:         python-glance
 Requires:         python-novaclient
 Requires:         python-paste-deploy


More information about the scm-commits mailing list