From 42e23a876f19cafb241e42ddf90ed0167149ba2e Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 21 Jul 2014 10:27:56 -0400 Subject: glance: update to juno release candidates Updating glance to the latest juno development branch. The only significant changes are the introduction of new requirement packages on the rdepends. Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-glance_git.bb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-glance_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb index 14ce2bd..37c1aff 100644 --- a/meta-openstack/recipes-devtools/python/python-glance_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb @@ -7,14 +7,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" PR = "r0" SRCNAME = "glance" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \ +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ file://0001-glance-store-only-load-known-stores-not-all-stores.patch \ file://glance.init \ file://glance-change-builtin-tests-config-location.patch \ " -SRCREV="556eebb7780b55af87c0fe49b76593f833ea189a" -PV="2014.1+git${SRCPV}" +SRCREV="c3596aef1ef2904c06eb01b02549541df51fbe65" +PV="2014.2.b1+git${SRCPV}" S = "${WORKDIR}/git" @@ -153,6 +153,8 @@ RDEPENDS_${PN} += "python-greenlet \ python-keystoneclient \ python-swiftclient \ python-pbr \ + python-i18n \ + python-oslo.i18n \ " RDEPENDS_${SRCNAME} = "${PN} \ -- cgit v1.2.3-54-g00ecf