summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2019-11-27 19:23:16 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-11-27 17:59:42 -0500
commit05e1752117f0108683fc6a36bc52f5132bf35cac (patch)
tree6795909ee11d2ab055e82679f1cee29a18df724b /meta-openstack
parentbcccead95aaab2369fc84d8378ae6fcfd5b0f785 (diff)
downloadmeta-cloud-services-05e1752117f0108683fc6a36bc52f5132bf35cac.tar.gz
python-ceilometerclient: Fix do_package_qa error
Fix the error as follows: ERROR: python-ceilometerclient-2.9.1-r0 do_package_qa: QA Issue: /usr/lib/python2.7/site-packages/ceilometerclient/tests/functional/hooks/post_test_hook.sh contained in package python-ceilometerclient requires /bin/bash, but no providers found in RDEPENDS_python-ceilometerclient? [file-rdeps] ERROR: python-ceilometerclient-2.9.1-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-ceilometerclient_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
index 77c9c49..268e6a7 100644
--- a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
@@ -25,6 +25,7 @@ RDEPENDS_${PN} += " \
25 python-requests \ 25 python-requests \
26 python-six \ 26 python-six \
27 python-stevedore \ 27 python-stevedore \
28 bash \
28 " 29 "
29 30
30SRC_URI = "\ 31SRC_URI = "\