summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb
diff options
context:
space:
mode:
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