All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] python-novaclient: Fix do_package_qa error
@ 2019-11-26 11:36 zhengruoqin
  2019-11-27 22:55 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: zhengruoqin @ 2019-11-26 11:36 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Zheng Ruoqin

Fix the error as follows:
ERROR: python-novaclient-9.1.1+gitAUTOINC+204eff6dc7-r0 do_package_qa: QA Issue: /usr/lib/python2.7/site-packages/novaclient/tests/functional/hooks/post_test_hook.sh contained in package python-novaclient requires /bin/bash, but no providers found in RDEPENDS_python-novaclient? [file-rdeps]
ERROR: python-novaclient-9.1.1+gitAUTOINC+204eff6dc7-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-novaclient_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
index 44f73fa..82995ee 100644
--- a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
@@ -36,6 +36,7 @@ RDEPENDS_${PN} += " \
         python-simplejson \
         python-six \
         python-babel \
+        bash \
         "
 
 PACKAGECONFIG ?= "bash-completion"
-- 
2.7.4




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-virtualization][PATCH] python-novaclient: Fix do_package_qa error
  2019-11-26 11:36 [meta-virtualization][PATCH] python-novaclient: Fix do_package_qa error zhengruoqin
@ 2019-11-27 22:55 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2019-11-27 22:55 UTC (permalink / raw)
  To: zhengruoqin; +Cc: meta-virtualization

merged to master and zeus.

Bruce

On Tue, Nov 26, 2019 at 5:31 AM zhengruoqin <zhengrq.fnst@cn.fujitsu.com> wrote:
>
> Fix the error as follows:
> ERROR: python-novaclient-9.1.1+gitAUTOINC+204eff6dc7-r0 do_package_qa: QA Issue: /usr/lib/python2.7/site-packages/novaclient/tests/functional/hooks/post_test_hook.sh contained in package python-novaclient requires /bin/bash, but no providers found in RDEPENDS_python-novaclient? [file-rdeps]
> ERROR: python-novaclient-9.1.1+gitAUTOINC+204eff6dc7-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-novaclient_git.bb | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
> index 44f73fa..82995ee 100644
> --- a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
> +++ b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
> @@ -36,6 +36,7 @@ RDEPENDS_${PN} += " \
>          python-simplejson \
>          python-six \
>          python-babel \
> +        bash \
>          "
>
>  PACKAGECONFIG ?= "bash-completion"
> --
> 2.7.4
>
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
>
> View/Reply Online (#4751): https://lists.yoctoproject.org/g/meta-virtualization/message/4751
> Mute This Topic: https://lists.yoctoproject.org/mt/61957010/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub  [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-



-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-27 22:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-26 11:36 [meta-virtualization][PATCH] python-novaclient: Fix do_package_qa error zhengruoqin
2019-11-27 22:55 ` Bruce Ashfield

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.