summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-swiftclient_git.bb')
-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 "