From 401c1f9b0ca6246d4288e568db03cc0898299ade Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 10 Aug 2017 14:46:01 +0200 Subject: python-mistralclient: Uprev to v2.1.2 This is used by latest stable/newton. Signed-off-by: Adrian Dudau --- .../recipes-devtools/python/python-mistralclient_git.bb | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb b/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb index f721bd3..d05391b 100644 --- a/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb @@ -11,17 +11,20 @@ DEPENDS += " \ RDEPENDS_${PN} +=" \ python-cliff \ - python-pbr \ python-keystoneclient \ + python-osc-lib \ + python-oslo.utils \ + python-pbr \ python-pyyaml \ python-requests \ + python-six \ " SRCNAME = "mistralclient" -SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master" +SRC_URI = "git://github.com/openstack/${BPN}.git;branch=stable/newton" -PV = "1.1.0+git${SRCPV}" -SRCREV = "48e2780ee0148efc186c8972ca22e572fa2433c5" +PV = "2.1.2+git${SRCPV}" +SRCREV = "1dcfc2c096a4610d63611bfd7d98687f3e5e2da4" S = "${WORKDIR}/git" inherit setuptools -- cgit v1.2.3-54-g00ecf