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

Jeff Peeler jpeeler at fedoraproject.org
Mon Aug 4 17:26:30 UTC 2014


commit 092e7544d37abecbb9e16c64f73e45bf449c23ae
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 |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/openstack-heat.spec b/openstack-heat.spec
index dac234d..fbb1c9f 100644
--- a/openstack-heat.spec
+++ b/openstack-heat.spec
@@ -188,13 +188,8 @@ Requires: python-kombu
 Requires: python-lxml
 Requires: python-netaddr
 Requires: python-paste-deploy
-Requires: python-cinderclient
-Requires: python-keystoneclient
 Requires: python-memcached
-Requires: python-novaclient
 Requires: python-oslo-config >= 1:1.2.0
-Requires: python-neutronclient
-Requires: python-swiftclient
 Requires: python-routes
 Requires: python-sqlalchemy
 Requires: python-migrate
@@ -205,10 +200,19 @@ Requires: PyYAML
 Requires: m2crypto
 Requires: python-anyjson
 Requires: python-paramiko
-Requires: python-heatclient
 Requires: python-babel
 Requires: MySQL-python
 
+Requires: python-ceilometerclient
+Requires: python-cinderclient
+Requires: python-glanceclient
+Requires: python-heatclient
+Requires: python-keystoneclient
+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