[openstack-glance] require python-paste-deploy (#759512)

Pádraig Brady pbrady at fedoraproject.org
Fri Dec 2 15:38:17 UTC 2011


commit 1dadf0e951c3a144c7c00270fbb0d60093e834f2
Author: Pádraig Brady <P at draigBrady.com>
Date:   Fri Dec 2 15:36:02 2011 +0000

    require python-paste-deploy (#759512)
    
    * openstack-glance.spec: Add the Requires:

 openstack-glance.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/openstack-glance.spec b/openstack-glance.spec
index 335e081..65fd853 100644
--- a/openstack-glance.spec
+++ b/openstack-glance.spec
@@ -43,6 +43,7 @@ Group:            Applications/System
 
 Requires:         python-eventlet
 Requires:         python-kombu
+Requires:         python-paste-deploy
 Requires:         python-routes
 Requires:         python-sqlalchemy
 Requires:         python-webob
@@ -206,6 +207,7 @@ fi
 * Tue Nov 22 2011 Pádraig Brady <P at draigBrady.com> - 2011.3-2
 - Ensure the docs aren't built with the system glance module
 - Ensure we don't access the net when building docs
+- Depend on python-paste-deploy (#759512)
 
 * Tue Sep 27 2011 Mark McLoughlin <markmc at redhat.com> - 2011.3-1
 - Update to Diablo final


More information about the scm-commits mailing list