summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-heat_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-11-14 23:06:10 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:38 -0500
commit6825d41b388566c8c74307b66ec74ea3d32da749 (patch)
tree2721f755974ee9330b23b07b483258e21ea96025 /meta-openstack/recipes-devtools/python/python-heat_git.bb
parent89a3af6145a14b48c8f409cbbfaf21cd551dcc3c (diff)
downloadmeta-cloud-services-6825d41b388566c8c74307b66ec74ea3d32da749.tar.gz
heat: add heat-client to dependency list
When heat is running, we typically want the client as well. So we add it to the dependency list. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-heat_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-heat_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-heat_git.bb b/meta-openstack/recipes-devtools/python/python-heat_git.bb
index e7b2bdf..c560a8b 100644
--- a/meta-openstack/recipes-devtools/python/python-heat_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-heat_git.bb
@@ -100,6 +100,7 @@ FILES_${SRCNAME}-engine = "${bindir}/heat-engine \
100" 100"
101 101
102RDEPENDS_${PN} += " \ 102RDEPENDS_${PN} += " \
103 python-heatclient \
103 python-sqlalchemy \ 104 python-sqlalchemy \
104 python-amqplib \ 105 python-amqplib \
105 python-anyjson \ 106 python-anyjson \