summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
diff options
context:
space:
mode:
authorLi xin <lixin.fnst@cn.fujitsu.com>2015-08-06 16:11:56 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-08-10 09:48:17 -0400
commitd217068423f6759d6579b0341ab7d31e38cc555c (patch)
treeed7cb8e56318e48f6cba3e1eb3b5d169a7fc40f7 /meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
parent540c2e41a95545df6f7e00de9461f1393070058e (diff)
downloadmeta-cloud-services-d217068423f6759d6579b0341ab7d31e38cc555c.tar.gz
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 <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-glanceclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-glanceclient_git.bb5
1 files 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 += " \
9 python-pbr \ 9 python-pbr \
10 " 10 "
11 11
12SRCREV = "26280ed58b5d16feed4ab27be063d305ef48a252" 12SRCREV = "db6420b44779411d6d1f238f6b887f83f1988986"
13PV = "0.17.0+git${SRCPV}" 13PV = "0.19.0+git${SRCPV}"
14PR = "r0" 14PR = "r0"
15 15
16SRC_URI = "\ 16SRC_URI = "\
@@ -31,6 +31,7 @@ RDEPENDS_${PN} = "gmp \
31 python-prettytable \ 31 python-prettytable \
32 python-setuptools-git \ 32 python-setuptools-git \
33 python-pbr \ 33 python-pbr \
34 bash \
34 " 35 "
35 36
36MONITOR_CHECKS_${PN} += "\ 37MONITOR_CHECKS_${PN} += "\