From d8c47bf86bc2242a07b3a25776c71f48a8ae79a1 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 22 Nov 2017 13:28:07 -0500 Subject: python-zaqarclient: uprev to the latest stable/pike Needed uprev and avoids a deprecation warning when running openstackclient. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-zaqarclient_git.bb | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb b/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb index 5e11803..b76f2e8 100644 --- a/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb @@ -16,14 +16,17 @@ RDEPENDS_${PN} +=" \ python-stevedore \ python-jsonschema \ python-oslo.i18n \ - python-keystoneclient \ + python-oslo.log \ + python-oslo.utils \ + python-keystoneauth1 \ + python-osc-lib \ " - + SRCNAME = "zaqarclient" -SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master" +SRC_URI = "git://github.com/openstack/${BPN}.git;branch=stable/pike" -PV = "0.2.0+git${SRCPV}" -SRCREV = "c1a0ea98b6f0aad5764ce197172b41d3efc1e485" +PV = "0.7.0+git${SRCPV}" +SRCREV = "a1c2de74c56c6ddb11dc6aec78e8c438629ca8e8" S = "${WORKDIR}/git" inherit setuptools -- cgit v1.2.3-54-g00ecf