From 910f8e04ec87a80d94d709733c8eaf19ad43193a Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 10 Aug 2017 12:41:44 +0200 Subject: python-swiftclient: Downgrade to v3.1.0 and update dependency list This is the version used for latest stable/newton. Signed-off-by: Adrian Dudau --- meta-openstack/recipes-devtools/python/python-swiftclient_git.bb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb index 2d5f83b..19b6a92 100644 --- a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb @@ -9,8 +9,8 @@ SRCNAME = "swiftclient" SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master" -PV = "3.2.0+git${SRCPV}" -SRCREV = "5a620f83e88d1b52e013cedff4bc266bcf3c292a" +PV = "3.1.0+git${SRCPV}" +SRCREV = "cbd71a8b5a7339f3ed297ae410a4836b2d56634a" S = "${WORKDIR}/git" inherit setuptools python-dir @@ -30,6 +30,9 @@ DEPENDS += " \ " RDEPENDS_${PN} += " \ - python-simplejson \ + python-futures \ python-pbr \ + python-requests \ + python-simplejson \ + python-six \ " -- cgit v1.2.3-54-g00ecf