diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2019-11-27 19:21:31 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-11-27 17:59:29 -0500 |
| commit | 33a60dbe084275ec2c954bedd74e7919632cbae0 (patch) | |
| tree | 0f704a3b8091f97e9576ec3b71f0c6f89776d846 /meta-openstack/recipes-devtools | |
| parent | 9922f1131aa0b7bb24ca96e7d5170f4480178528 (diff) | |
| download | meta-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.bb | 3 |
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 | ||
| 248 | RDEPENDS_${SRCNAME}-engine = "${PN} ${SRCNAME}-templates ${SRCNAME}-common postgresql postgresql-client python-psycopg2 tgt ${SRCNAME}-cfn" | 249 | RDEPENDS_${SRCNAME}-engine = "${PN} ${SRCNAME}-templates ${SRCNAME}-common postgresql postgresql-client python-psycopg2 tgt ${SRCNAME}-cfn bash" |
| 249 | RDEPENDS_${SRCNAME}-api = "${SRCNAME}-engine" | 250 | RDEPENDS_${SRCNAME}-api = "${SRCNAME}-engine" |
| 250 | RDEPENDS_${SRCNAME}-api-cfn = "${SRCNAME}-engine" | 251 | RDEPENDS_${SRCNAME}-api-cfn = "${SRCNAME}-engine" |
| 251 | RDEPENDS_${SRCNAME}-setup = "postgresql sudo ${SRCNAME}-engine" | 252 | RDEPENDS_${SRCNAME}-setup = "postgresql sudo ${SRCNAME}-engine" |
