[python-django-horizon] Grizzly is not compatible with Django-1.5

Matthias Runge mrunge at fedoraproject.org
Fri Apr 5 11:38:03 UTC 2013


commit d78f7d8b7d8a46f871930fdacaf11a9589cdae5f
Author: Matthias Runge <mrunge at redhat.com>
Date:   Fri Apr 5 13:37:20 2013 +0200

    Grizzly is not compatible with Django-1.5

 python-django-horizon.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-django-horizon.spec b/python-django-horizon.spec
index 60d0beb..10483c5 100644
--- a/python-django-horizon.spec
+++ b/python-django-horizon.spec
@@ -34,8 +34,8 @@ Requires:   Django
 %endif
 
 %else
-BuildRequires:   python-django
-Requires:   python-django
+BuildRequires:   python-django14
+Requires:   python-django14
 %endif
 
 Requires:   python-dateutil


More information about the scm-commits mailing list