From 2ca128667be174fe652d35c54c8e74d5abea151e Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Wed, 31 May 2017 13:26:49 +0200 Subject: python-glanceclient: Uprev to 2.5.0 This is used by latest stable/newton Drop memeroy leak patch, has been fixed in the new version. Signed-off-by: Adrian Dudau --- meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-glanceclient_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb index 22dc854..db4b081 100644 --- a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb @@ -9,12 +9,11 @@ DEPENDS += " \ python-pbr \ " -SRCREV = "86635868c1eb3aec0c065c12cb9928c613940f36" -PV = "1.1.0+git${SRCPV}" +SRCREV = "d4196325eb05dadfaf62d8facbd8c6fe50f72166" +PV = "2.5.0+git${SRCPV}" SRC_URI = "\ - git://github.com/openstack/${BPN}.git;protocol=https \ - file://fix_glanceclient_memory_leak.patch \ + git://github.com/openstack/${BPN}.git;protocol=https;branch=stable/newton \ file://glance-api-check.sh \ " -- cgit v1.2.3-54-g00ecf