From 7dab144cbbe9e825efa1d4aa783ec6f240598799 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 10 Aug 2017 14:24:17 +0200 Subject: python-troveclient: Uprev to v2.5.0 This is used by latest stable/newton. Signed-off-by: Adrian Dudau --- .../recipes-devtools/python/python-troveclient_git.bb | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb index 251d9e0..969513a 100644 --- a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb @@ -7,11 +7,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" SRCNAME = "troveclient" SRC_URI = "\ - git://github.com/openstack/python-troveclient.git;branch=master \ + git://github.com/openstack/python-troveclient.git;branch=stable/newton \ " -PV = "1.3.0+git${SRCPV}" -SRCREV = "7132f5ff78af75645c3430d35094b3c9aba49200" +PV = "2.5.0+git${SRCPV}" +SRCREV = "599171ade4475709ddd8544e7dfd7ee4ba4ba2a2" S = "${WORKDIR}/git" inherit setuptools hosts default_configs rmargparse @@ -55,14 +55,18 @@ DEPENDS += " \ " RDEPENDS_${PN} += " \ + python-babel \ + python-keystoneauth1 \ + python-keystoneclient \ + python-oslo.i18n \ + python-oslo.utils \ python-pbr \ python-prettytable \ python-requests \ python-simplejson \ - python-babel \ python-six \ - python-oslo.utils \ - python-keystoneclient \ + python-swiftclient \ + python-mistralclient \ " RDEPENDS_${SRCNAME}-tests += "python-mock" -- cgit v1.2.3-54-g00ecf