[python-django-horizon] require keystoneclient >= 0.7.0

Matthias Runge mrunge at fedoraproject.org
Tue Apr 1 11:05:16 UTC 2014


commit e88e4a18bb867172428b7a0377f33baf0105f840
Author: Matthias Runge <mrunge at redhat.com>
Date:   Tue Apr 1 08:42:49 2014 +0200

    require keystoneclient >= 0.7.0

 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 2233700..b56ceda 100644
--- a/python-django-horizon.spec
+++ b/python-django-horizon.spec
@@ -104,7 +104,7 @@ Requires:   python-lesscpy
 %endif
 
 Requires:   python-glanceclient
-Requires:   python-keystoneclient >= 0.3.2
+Requires:   python-keystoneclient >= 0.7.0
 Requires:   python-novaclient >= 2.15.0
 Requires:   python-neutronclient
 Requires:   python-cinderclient >= 1.0.6
@@ -145,7 +145,7 @@ BuildRequires: python-sphinx >= 1.1.3
 # Doc building basically means we have to mirror Requires:
 BuildRequires: python-dateutil
 BuildRequires: python-glanceclient
-BuildRequires: python-keystoneclient >= 0.3.2
+BuildRequires: python-keystoneclient >= 0.7.0
 BuildRequires: python-novaclient >= 2.15.0
 BuildRequires: python-neutronclient
 BuildRequires: python-cinderclient


More information about the scm-commits mailing list