[openstack-heat/el6-icehouse] Add build requires for all supported clients

Jeff Peeler jpeeler at fedoraproject.org
Mon Aug 4 18:07:17 UTC 2014


commit 2ab42011e1876bd371d648535031cb5bbb8dbdd8
Author: Jeff Peeler <jpeeler at redhat.com>
Date:   Mon Aug 4 13:06:14 2014 -0400

    Add build requires for all supported clients
    
    Alphabetized the client list and separated it out.
    
    Resolves: rhbz#1108056

 openstack-heat.spec |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/openstack-heat.spec b/openstack-heat.spec
index 0587015..6aeab33 100644
--- a/openstack-heat.spec
+++ b/openstack-heat.spec
@@ -173,13 +173,8 @@ Requires: python-iso8601
 Requires: python-kombu
 Requires: python-lxml
 Requires: python-netaddr
-Requires: python-cinderclient
-Requires: python-keystoneclient >= 0.3.1
 Requires: python-memcached
-Requires: python-novaclient
 Requires: python-oslo-config >= 1:1.2.0
-Requires: python-neutronclient
-Requires: python-swiftclient
 Requires: python-migrate
 Requires: python-qpid
 Requires: python-six >= 1.4.1
@@ -187,15 +182,23 @@ Requires: PyYAML
 Requires: m2crypto
 Requires: python-anyjson
 Requires: python-paramiko
-Requires: python-heatclient
 Requires: python-babel
 Requires: MySQL-python
-
 Requires: python-paste-deploy
 Requires: python-routes
 Requires: python-sqlalchemy
 Requires: python-webob
 
+Requires: python-ceilometerclient
+Requires: python-cinderclient
+Requires: python-glanceclient
+Requires: python-heatclient
+Requires: python-keystoneclient >= 0.3.1
+Requires: python-neutronclient
+Requires: python-novaclient
+Requires: python-swiftclient
+Requires: python-troveclient
+
 Requires(pre): shadow-utils
 
 %description common


More information about the scm-commits mailing list