summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb
diff options
context:
space:
mode:
authorYuan Chao <yuanc.fnst@cn.fujitsu.com>2019-08-14 09:54:08 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-08-25 22:24:15 -0400
commitee943706b57674b887c82f390a236eabf2fe34bb (patch)
tree1afb5aa1f70f6ef390f4f552d1c64c55cafdd2c6 /meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb
parentfecfb6ad5fe71be852979f4ce2b33f4b9b4278ec (diff)
downloadmeta-cloud-services-ee943706b57674b887c82f390a236eabf2fe34bb.tar.gz
python-barbicanclient: upgrade 4.5.2 -> 4.8.1
Unable to find version 4.8.1 in branch stable/pike. Change branch to master. Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb b/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb
index 2d57158..3c5043b 100644
--- a/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb
@@ -5,11 +5,11 @@ LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=e031cff4528978748f9cc064c6e6fa73" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=e031cff4528978748f9cc064c6e6fa73"
6 6
7SRC_URI = "\ 7SRC_URI = "\
8 git://github.com/openstack/python-barbicanclient.git;branch=stable/pike \ 8 git://github.com/openstack/python-barbicanclient.git \
9 " 9 "
10 10
11PV = "4.5.2+git${SRCPV}" 11PV = "4.8.1+git${SRCPV}"
12SRCREV = "775de93a612db866bb39ba6828f3e7bd1aa3c9f5" 12SRCREV = "1b282358166fe4c1d4dea896bd336b2850584f56"
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15inherit setuptools 15inherit setuptools