From 854e461d17bd665e5fbecc0ad0753be58440de40 Mon Sep 17 00:00:00 2001 From: Zheng Ruoqin Date: Mon, 2 Sep 2019 19:53:09 +0800 Subject: python-glanceclient: upgrade 2.8.0 -> 2.16.0 Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-glanceclient_git.bb | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb index 00ea2ab..e828cba 100644 --- a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb @@ -3,22 +3,20 @@ HOMEPAGE = "https://github.com/openstack/python-glanceclient" SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" +SRC_URI = "git://github.com/openstack/python-glanceclient.git \ + file://glance-api-check.sh \ + " + +PV = "2.16.0+git${SRCPV}" +SRCREV = "44a4dbd6ce2642daeaca9f45ac99e2d1b39e805a" +S = "${WORKDIR}/git" + DEPENDS += " \ gmp \ python-pip \ python-pbr \ " -SRCREV = "13b25ff1fed908cfe7b4e719a97efd7121e3be96" -PV = "2.8.0+git${SRCPV}" - -SRC_URI = "\ - git://github.com/openstack/${BPN}.git;branch=stable/pike \ - file://glance-api-check.sh \ - " - -S = "${WORKDIR}/git" - inherit setuptools monitor rmargparse FILES_${PN} += "${datadir}/${SRCNAME}" -- cgit v1.2.3-54-g00ecf