summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2015-04-15 14:01:08 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-04-16 15:12:21 -0400
commit3ef749a6247db22135509db257c5cfa242eb37f5 (patch)
tree96809de1c9e3291ae0865018c361b21b4437dd54 /meta-openstack/recipes-devtools
parent422a13f31e434440b0e15c6f5f22bbafabf00655 (diff)
downloadmeta-cloud-services-3ef749a6247db22135509db257c5cfa242eb37f5.tar.gz
python-swiftclient: upgrade to 2.4.0
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
-rw-r--r--meta-openstack/recipes-devtools/python/python-swiftclient_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
index c4b76f5..1c506a8 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="2.3.1+git${SRCPV}" 12PV = "2.4.0+git${SRCPV}"
13SRCREV="8aff0bda9c35ab96146f4f419803e62710ab5618" 13SRCREV = "c9f79e641c6906e95095f3e0e505f9bd3f715bc2"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16inherit setuptools python-dir 16inherit setuptools python-dir