diff options
author | Li xin <lixin.fnst@cn.fujitsu.com> | 2015-08-06 16:11:56 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-08-10 09:48:17 -0400 |
commit | d217068423f6759d6579b0341ab7d31e38cc555c (patch) | |
tree | ed7cb8e56318e48f6cba3e1eb3b5d169a7fc40f7 /meta-openstack | |
parent | 540c2e41a95545df6f7e00de9461f1393070058e (diff) | |
download | meta-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')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | 5 |
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 | ||
12 | SRCREV = "26280ed58b5d16feed4ab27be063d305ef48a252" | 12 | SRCREV = "db6420b44779411d6d1f238f6b887f83f1988986" |
13 | PV = "0.17.0+git${SRCPV}" | 13 | PV = "0.19.0+git${SRCPV}" |
14 | PR = "r0" | 14 | PR = "r0" |
15 | 15 | ||
16 | SRC_URI = "\ | 16 | SRC_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 | ||
36 | MONITOR_CHECKS_${PN} += "\ | 37 | MONITOR_CHECKS_${PN} += "\ |