summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-heat_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-heat_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-heat_git.bb5
1 files changed, 5 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 6da768f..cccaf0a 100644
--- a/meta-openstack/recipes-devtools/python/python-heat_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-heat_git.bb
@@ -162,6 +162,11 @@ DEPENDS += " \
162 python-pbr \ 162 python-pbr \
163 " 163 "
164 164
165# Satisfy setup.py 'setup_requires'
166DEPENDS += " \
167 python-pbr-native \
168 "
169
165RDEPENDS_${PN} += " \ 170RDEPENDS_${PN} += " \
166 python-heatclient \ 171 python-heatclient \
167 python-sqlalchemy \ 172 python-sqlalchemy \