summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2019-11-27 19:27:57 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-11-27 17:59:42 -0500
commit6ffed0f822db4c69b9228aede15212ae93c4aad3 (patch)
tree763f6bed5bf6652dec5b899d5aaf923e9df98ab1 /meta-openstack
parent300ff9bb2630e26ebab694fe17a9d887e40c13e5 (diff)
downloadmeta-cloud-services-6ffed0f822db4c69b9228aede15212ae93c4aad3.tar.gz
python-heatclient: Fix do_package_qa error
Fix the error as follows: ERROR: python-heatclient-1.17.0+gitAUTOINC+8af5deb458-r0 do_package_qa: QA Issue: /usr/lib/python2.7/site-packages/heatclient/tests/functional/hooks/post_test_hook.sh contained in package python-heatclient requires /bin/bash, but no providers found in RDEPENDS_python-heatclient? [file-rdeps] ERROR: python-heatclient-1.17.0+gitAUTOINC+8af5deb458-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')
-rw-r--r--meta-openstack/recipes-devtools/python/python-heatclient_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
index 4cc60ae..3804f79 100644
--- a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
@@ -21,6 +21,7 @@ RDEPENDS_${PN} +="python-cliff \
21 python-pyparsing \ 21 python-pyparsing \
22 python-simplejson \ 22 python-simplejson \
23 python-pbr \ 23 python-pbr \
24 bash \
24 " 25 "
25 26
26PR = "r0" 27PR = "r0"