All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] python-cinderclient: Fix do_package_qa error
@ 2019-11-27 11:28 zhengruoqin
  0 siblings, 0 replies; only message in thread
From: zhengruoqin @ 2019-11-27 11:28 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Zheng Ruoqin

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>
---
 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"
-- 
2.7.4




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-27 11:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-27 11:28 [meta-virtualization][PATCH] python-cinderclient: Fix do_package_qa error zhengruoqin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.