[python-django-horizon/el6: 2/8] avoid a django dependency issue in EPEL

Pádraig Brady pbrady at fedoraproject.org
Fri Apr 20 09:02:43 UTC 2012


commit df435a5c7da4a908850a98dc52e325d664dd7686
Author: Pádraig Brady <P at draigBrady.com>
Date:   Mon Apr 16 16:36:02 2012 +0100

    avoid a django dependency issue in EPEL
    
    We've only Django-1.2.7 in epel at the moment,
    so relax the >= 1.3.0 dependency for testing

 python-django-horizon.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/python-django-horizon.spec b/python-django-horizon.spec
index 273b636..728d040 100644
--- a/python-django-horizon.spec
+++ b/python-django-horizon.spec
@@ -28,7 +28,8 @@ Source1:    openstack-dashboard.conf
 Patch1:     %{name}-disable-debug.patch
 Patch2:     %{name}-default-db.patch
 
-Requires:   Django >= 1.3.0
+# TODO: In epel we've only Django 1.2.7, but the dep listed here was 1.3.0
+Requires:   Django
 Requires:   openstack-glance >= 2012.1
 Requires:   python-cloudfiles >= 1.7.9.3
 Requires:   python-dateutil


More information about the scm-commits mailing list