summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2016-02-03 20:41:36 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-02-05 14:42:18 -0500
commit527c2cbc8999cf2ea6a69db777b29da15c7a6ccf (patch)
tree14f0f58e83bfc764bd79182dfde0e64a5b47c78b /meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
parent1bc9251fec740a9b1304d9de9921673a2799d7fd (diff)
downloadmeta-cloud-services-527c2cbc8999cf2ea6a69db777b29da15c7a6ccf.tar.gz
cinder: uprev to Liberty
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cinderclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinderclient_git.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
index 7e8e780..e264694 100644
--- a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
@@ -5,7 +5,6 @@ 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 = "\
@@ -14,8 +13,8 @@ SRC_URI = "\
14 file://cinder-api-check.sh \ 13 file://cinder-api-check.sh \
15 " 14 "
16 15
17PV="1.1.1+git${SRCPV}" 16PV="1.4.0+git${SRCPV}"
18SRCREV="9e94d814c6ae07c3d5e8242754aebcce150265cc" 17SRCREV="c167dda40cc65fe437a12b815ef91bbde4efb6bb"
19S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
20 19
21inherit setuptools monitor rmargparse 20inherit setuptools monitor rmargparse
@@ -30,6 +29,9 @@ RDEPENDS_${PN} += "python-prettytable \
30 python-requests \ 29 python-requests \
31 python-setuptools-git \ 30 python-setuptools-git \
32 python-pbr \ 31 python-pbr \
32 python-keystoneclient \
33 python-babel \
34 python-six \
33 " 35 "
34 36
35PACKAGECONFIG ?= "bash-completion" 37PACKAGECONFIG ?= "bash-completion"