From fd08ed2abcb383dba1872c89fe3a641a0b6477fe Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 22 Nov 2017 13:28:08 -0500 Subject: python-designateclient: uprev to latest stable/pike Due for an uprev and avoids a deprecation warning when running openstackclient. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-designateclient_git.bb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-designateclient_git.bb b/meta-openstack/recipes-devtools/python/python-designateclient_git.bb index d8477d5..7a0ba71 100644 --- a/meta-openstack/recipes-devtools/python/python-designateclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-designateclient_git.bb @@ -9,23 +9,24 @@ DEPENDS += " \ python-pbr \ " -RDEPENDS_${PN} +=" \ +RDEPENDS_${PN} += " \ python-cliff \ python-jsonschema \ + python-osc-lib \ python-oslo.utils \ python-pbr \ - python-keystoneclient \ + python-keystoneauth1 \ python-requests \ python-six \ python-stevedore \ python-debtcollector \ - " + " SRCNAME = "designateclient" -SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master" +SRC_URI = "git://github.com/openstack/${BPN}.git;branch=stable/pike" -PV = "1.5.0+git${SRCPV}" -SRCREV = "b97ae05612522180cc6f64485212811329da9645" +PV = "2.7.0+git${SRCPV}" +SRCREV = "77a705857f2c303a03fdbccd4460a68b61d92fd0" S = "${WORKDIR}/git" inherit setuptools -- cgit v1.2.3-54-g00ecf