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.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-heat_git.bb b/meta-openstack/recipes-devtools/python/python-heat_git.bb
index 2cf7ce4..3b4998f 100644
--- a/meta-openstack/recipes-devtools/python/python-heat_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-heat_git.bb
@@ -243,9 +243,10 @@ RDEPENDS_${PN} += " \
243 python-zaqarclient \ 243 python-zaqarclient \
244 python-requests \ 244 python-requests \
245 python-six \ 245 python-six \
246 bash \
246 " 247 "
247 248
248RDEPENDS_${SRCNAME}-engine = "${PN} ${SRCNAME}-templates ${SRCNAME}-common postgresql postgresql-client python-psycopg2 tgt ${SRCNAME}-cfn" 249RDEPENDS_${SRCNAME}-engine = "${PN} ${SRCNAME}-templates ${SRCNAME}-common postgresql postgresql-client python-psycopg2 tgt ${SRCNAME}-cfn bash"
249RDEPENDS_${SRCNAME}-api = "${SRCNAME}-engine" 250RDEPENDS_${SRCNAME}-api = "${SRCNAME}-engine"
250RDEPENDS_${SRCNAME}-api-cfn = "${SRCNAME}-engine" 251RDEPENDS_${SRCNAME}-api-cfn = "${SRCNAME}-engine"
251RDEPENDS_${SRCNAME}-setup = "postgresql sudo ${SRCNAME}-engine" 252RDEPENDS_${SRCNAME}-setup = "postgresql sudo ${SRCNAME}-engine"