From 6ffed0f822db4c69b9228aede15212ae93c4aad3 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Wed, 27 Nov 2019 19:27:57 +0800 Subject: 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 Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-heatclient_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-openstack/recipes-devtools/python') 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 \ python-pyparsing \ python-simplejson \ python-pbr \ + bash \ " PR = "r0" -- cgit v1.2.3-54-g00ecf