summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cinderclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinderclient_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
index 31875fa..951198d 100644
--- a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
@@ -5,17 +5,16 @@ LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3572962e13e5e739b30b0864365e0795" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=3572962e13e5e739b30b0864365e0795"
6DEPENDS = "python-setuptools-git" 6DEPENDS = "python-setuptools-git"
7 7
8PR = "r0"
9SRCNAME = "python-cinderclient" 8SRCNAME = "python-cinderclient"
10 9
11SRC_URI = "\ 10SRC_URI = "\
12 git://github.com/openstack/python-cinderclient.git;branch=master \ 11 git://github.com/openstack/python-cinderclient.git;branch=stable/kilo \
13 file://fix_cinderclient_memory_leak.patch \ 12 file://fix_cinderclient_memory_leak.patch \
14 file://cinder-api-check.sh \ 13 file://cinder-api-check.sh \
15 " 14 "
16 15
17PV="1.1.1+git${SRCPV}" 16PV="1.1.2+git${SRCPV}"
18SRCREV="9e94d814c6ae07c3d5e8242754aebcce150265cc" 17SRCREV="b44d32d02b014748044b5b18d27a9d1f8312145c"
19S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
20 19
21inherit setuptools monitor 20inherit setuptools monitor