From a7f52e5f6e589ecc827bac4205f3eedf8e1063aa Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Tue, 8 Aug 2017 12:05:07 +0200 Subject: python-designateclient: Uprev to v2.3.0 and update dependency list This is used by latest stable/newton. Signed-off-by: Adrian Dudau --- .../recipes-devtools/python/python-designateclient_git.bb | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/meta-openstack/recipes-devtools/python/python-designateclient_git.bb b/meta-openstack/recipes-devtools/python/python-designateclient_git.bb index d8477d5..6affb6a 100644 --- a/meta-openstack/recipes-devtools/python/python-designateclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-designateclient_git.bb @@ -11,21 +11,23 @@ DEPENDS += " \ RDEPENDS_${PN} +=" \ python-cliff \ + python-debtcollector \ python-jsonschema \ - python-oslo.utils \ - python-pbr \ + python-keystoneauth1 \ python-keystoneclient \ + python-osc-lib \ + python-oslo.utils \ python-requests \ + python-pbr \ python-six \ python-stevedore \ - python-debtcollector \ " SRCNAME = "designateclient" SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master" -PV = "1.5.0+git${SRCPV}" -SRCREV = "b97ae05612522180cc6f64485212811329da9645" +PV = "2.3.0+git${SRCPV}" +SRCREV = "0971bd5483faa5d316ec6de4c5084ce555e4dce7" S = "${WORKDIR}/git" inherit setuptools -- cgit v1.2.3-54-g00ecf