summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-10 12:41:44 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-10 15:23:23 +0200
commit910f8e04ec87a80d94d709733c8eaf19ad43193a (patch)
tree1d267b494e8d22a24b599340d6fbf35c875ce6bf
parent1e2cec416f84ed982738e9bab1455fbddca4548e (diff)
downloadmeta-cloud-services-910f8e04ec87a80d94d709733c8eaf19ad43193a.tar.gz
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 <adrian.dudau@enea.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-swiftclient_git.bb9
1 files changed, 6 insertions, 3 deletions
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"
9 9
10SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master" 10SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master"
11 11
12PV = "3.2.0+git${SRCPV}" 12PV = "3.1.0+git${SRCPV}"
13SRCREV = "5a620f83e88d1b52e013cedff4bc266bcf3c292a" 13SRCREV = "cbd71a8b5a7339f3ed297ae410a4836b2d56634a"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16inherit setuptools python-dir 16inherit setuptools python-dir
@@ -30,6 +30,9 @@ DEPENDS += " \
30 " 30 "
31 31
32RDEPENDS_${PN} += " \ 32RDEPENDS_${PN} += " \
33 python-simplejson \ 33 python-futures \
34 python-pbr \ 34 python-pbr \
35 python-requests \
36 python-simplejson \
37 python-six \
35 " 38 "