From d217068423f6759d6579b0341ab7d31e38cc555c Mon Sep 17 00:00:00 2001 From: Li xin Date: Thu, 6 Aug 2015 16:11:56 +0800 Subject: python-glanceclient: upgrade 0.17.0 -> 0.19.0 Add RDEPENDS bash to avoid build WARNING as following: WARNING: QA Issue: post@underscore@test@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 Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') 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} += "\ -- cgit v1.2.3-54-g00ecf