summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2019-11-27 19:28:59 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-11-27 17:59:42 -0500
commit300ff9bb2630e26ebab694fe17a9d887e40c13e5 (patch)
tree44e7b94b34b5f41c8d865a51cf3a51b2a3bd9502 /meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
parent0472f75723323b329955378812160b82af578c5b (diff)
downloadmeta-cloud-services-300ff9bb2630e26ebab694fe17a9d887e40c13e5.tar.gz
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 <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cinderclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinderclient_git.bb1
1 files changed, 1 insertions, 0 deletions
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} += " \
37 python-six \ 37 python-six \
38 python-oslo.i18n \ 38 python-oslo.i18n \
39 python-oslo.utils \ 39 python-oslo.utils \
40 bash \
40 " 41 "
41 42
42PACKAGECONFIG ?= "bash-completion" 43PACKAGECONFIG ?= "bash-completion"