From 4f88e371c88f8e6c589eb6ab5b482113226cdb33 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Mon, 13 Nov 2017 14:32:25 -0500 Subject: python-glanceclient: uprev to latest stable/pike Update runtime dependencies based on requirements.txt, drop old patches. Required a downrev of python-warlock as this verison is not compatible with v1.3.0. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../python/python-glanceclient_git.bb | 24 ++++++++++++++-------- 1 file changed, 15 insertions(+), 9 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..00ea2ab 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 = "13b25ff1fed908cfe7b4e719a97efd7121e3be96" +PV = "2.8.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;branch=stable/pike \ file://glance-api-check.sh \ " @@ -29,13 +28,20 @@ DEPENDS += " \ python-pbr-native \ " -RDEPENDS_${PN} = "gmp \ +RDEPENDS_${PN} += " \ + gmp \ + bash \ + python-pbr \ + python-babel \ + python-prettytable \ + python-keystoneauth1 \ + python-requests \ python-warlock \ + python-six \ + python-oslo.utils \ + python-oslo.i18n \ + python-wrapt \ python-pyopenssl \ - python-prettytable \ - python-setuptools-git \ - python-pbr \ - bash \ " MONITOR_CHECKS_${PN} += "\ -- cgit v1.2.3-54-g00ecf