From 624876b55e23a8cbea4320996f912169f604c1ee Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Wed, 27 Nov 2019 19:28:59 +0800 Subject: python-cinderclient: Fix do_package_qa error Fix the error as follows: ERROR: python-cinderclient-3.1.0+gitAUTOINC+3640aeab6e-r0 do_package_qa: QA Issue: /usr/lib/python2.7/site-packages/cinderclient/tests/functional/hooks/post_test_hook.sh contained in package python-cinderclient requires /bin/bash, but no providers found in RDEPENDS_python-cinderclient? [file-rdeps] ERROR: python-cinderclient-3.1.0+gitAUTOINC+3640aeab6e-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-cinderclient_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb index e425237..920858a 100644 --- a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb @@ -37,6 +37,7 @@ RDEPENDS_${PN} += " \ python-six \ python-oslo.i18n \ python-oslo.utils \ + bash \ " PACKAGECONFIG ?= "bash-completion" -- cgit v1.2.3-54-g00ecf