summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-glance_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-08-20 15:30:02 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-08-20 15:30:02 -0400
commit7b6330cd51d5e9049b52911d8dd463a1a83302c0 (patch)
tree05f1df03fd1cf7fbb190b1700a56f835efa6ba21 /meta-openstack/recipes-devtools/python/python-glance_git.bb
parent743da013bbbb0f8dfb146986540ff2d9b4627d5e (diff)
downloadmeta-cloud-services-7b6330cd51d5e9049b52911d8dd463a1a83302c0.tar.gz
glance: update API and client to Juno latest
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-glance_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-glance_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb
index 0e3791b..0083925 100644
--- a/meta-openstack/recipes-devtools/python/python-glance_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb
@@ -13,7 +13,7 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
13 file://glance-change-builtin-tests-config-location.patch \ 13 file://glance-change-builtin-tests-config-location.patch \
14 " 14 "
15 15
16SRCREV="f41b305899d703f7604f3ae5ceb7cc95d67aa533" 16SRCREV="92ab00fca6926eaf3f7f92a955a5e07140063718"
17PV="2014.2.b1+git${SRCPV}" 17PV="2014.2.b1+git${SRCPV}"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
@@ -174,6 +174,7 @@ RDEPENDS_${PN} += "python-greenlet \
174 python-pbr \ 174 python-pbr \
175 python-i18n \ 175 python-i18n \
176 python-oslo.i18n \ 176 python-oslo.i18n \
177 python-osprofiler \
177 python-retrying \ 178 python-retrying \
178 " 179 "
179 180