From 731a56ee1a4a221eae97fa3ea04aa53339a93a14 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Wed, 27 Nov 2019 19:21:31 +0800 Subject: 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 Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-heat_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-heat_git.bb') 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} += " \ python-zaqarclient \ python-requests \ python-six \ + bash \ " -RDEPENDS_${SRCNAME}-engine = "${PN} ${SRCNAME}-templates ${SRCNAME}-common postgresql postgresql-client python-psycopg2 tgt ${SRCNAME}-cfn" +RDEPENDS_${SRCNAME}-engine = "${PN} ${SRCNAME}-templates ${SRCNAME}-common postgresql postgresql-client python-psycopg2 tgt ${SRCNAME}-cfn bash" RDEPENDS_${SRCNAME}-api = "${SRCNAME}-engine" RDEPENDS_${SRCNAME}-api-cfn = "${SRCNAME}-engine" RDEPENDS_${SRCNAME}-setup = "postgresql sudo ${SRCNAME}-engine" -- cgit v1.2.3-54-g00ecf