Add RDEPENDS bash to avoid build WARNING as following:
WARNING: QA Issue: post@underscore@test@[email protected]_python-glanceclient
contained in package python-glanceclient requires /bin/bash,
but no providers found in its RDEPENDS [file-rdeps]

Signed-off-by: Li Xin <[email protected]>
---
 meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb 
b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
index a8ba1ed..d5da78f 100644
--- a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
@@ -9,8 +9,8 @@ DEPENDS += " \
         python-pbr \
         "
 
-SRCREV = "26280ed58b5d16feed4ab27be063d305ef48a252"
-PV = "0.17.0+git${SRCPV}"
+SRCREV = "db6420b44779411d6d1f238f6b887f83f1988986"
+PV = "0.19.0+git${SRCPV}"
 PR = "r0"
 
 SRC_URI = "\
@@ -31,6 +31,7 @@ RDEPENDS_${PN} = "gmp \
    python-prettytable \
    python-setuptools-git \
    python-pbr \
+   bash \
    "
 
 MONITOR_CHECKS_${PN} += "\
-- 
1.8.4.2

-- 
_______________________________________________
meta-virtualization mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-virtualization

Reply via email to