summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2015-04-15 13:58:26 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-04-16 15:12:22 -0400
commit5f1061fa68dd3a594b12f003f1af7977e2a51763 (patch)
tree72e924b240335e68944c5b0e3e5bfad7466e53ae /meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb
parent975892760b2f5a327f3f99645d00a8a301cd4f9c (diff)
downloadmeta-cloud-services-5f1061fa68dd3a594b12f003f1af7977e2a51763.tar.gz
python-barbicanclient: upgrade to 3.0.3
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/python/python-barbicanclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb b/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb
index 873b17f..4361e34 100644
--- a/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb
@@ -10,8 +10,8 @@ SRC_URI = "\
10 git://github.com/openstack/python-barbicanclient.git;branch=master \ 10 git://github.com/openstack/python-barbicanclient.git;branch=master \
11 " 11 "
12 12
13PV="2.2.1+git${SRCPV}" 13PV = "3.0.3+git${SRCPV}"
14SRCREV="ac30643631b6bc1c40116061f8eb280a7881e422" 14SRCREV = "2919366867af335d59913764a55ca8e95569947d"
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17inherit setuptools 17inherit setuptools