summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2019-11-27 19:21:31 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-11-27 17:59:29 -0500
commit33a60dbe084275ec2c954bedd74e7919632cbae0 (patch)
tree0f704a3b8091f97e9576ec3b71f0c6f89776d846 /meta-openstack/recipes-devtools
parent9922f1131aa0b7bb24ca96e7d5170f4480178528 (diff)
downloadmeta-cloud-services-33a60dbe084275ec2c954bedd74e7919632cbae0.tar.gz
python-heat: Fix do_package_qa error
Fix the error as follows: ERROR: python-heat-5.0.0+gitAUTOINC+4348b7abab-r0 do_package_qa: QA Issue: /usr/bin/heat-db-setup contained in package heat-engine requires /bin/bash, but no providers found in RDEPENDS_heat-engine? [file-rdeps] ERROR: python-heat-5.0.0+gitAUTOINC+4348b7abab-r0 do_package_qa: QA Issue: /usr/lib/python2.7/site-packages/heat/cloudinit/boothook.sh contained in package python-heat requires /bin/bash, but no providers found in RDEPENDS_python-heat? [file-rdeps] ERROR: python-heat-5.0.0+gitAUTOINC+4348b7abab-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
-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"