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

Fix the error as follows:

error: python-neutronclient-6.5.0+gitautoinc+e145c4ef8a-r0 do_package_qa: qa issue: /usr/lib/python2.7/site-packages/neutronclient/tests/functional/hooks/post_test_hook.sh contained in package python-neutronclient requires /bin/bash, but no providers found in rdepends_python-neutronclient? [file-rdeps]
error: python-neutronclient-6.5.0+gitautoinc+e145c4ef8a-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-neutronclient_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb
index 204f19b..9fac59d 100644
--- a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb
@@ -31,6 +31,7 @@ RDEPENDS_${PN} += " \
         python-simplejson \
         python-six \
         python-babel \
+        bash \
         "
 
 SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=stable/pike \
-- 
2.7.4




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

only message in thread, other threads:[~2019-11-27 11:26 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:26 [meta-virtualization][zeus][PATCH] python-neutronclient: 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.