[meta-virtualization] [meta-cloud-services][PATCH 02/11] python-glanceclient: upgrade 0.17.0 -> 0.19.0

Li xin lixin.fnst at cn.fujitsu.com
Thu Aug 6 01:11:56 PDT 2015


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

Signed-off-by: Li Xin <lixin.fnst at cn.fujitsu.com>
---
 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



More information about the meta-virtualization mailing list