diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2016-02-03 20:41:36 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-05 14:42:18 -0500 |
| commit | 527c2cbc8999cf2ea6a69db777b29da15c7a6ccf (patch) | |
| tree | 14f0f58e83bfc764bd79182dfde0e64a5b47c78b /meta-openstack/recipes-devtools/python/python-cinderclient_git.bb | |
| parent | 1bc9251fec740a9b1304d9de9921673a2799d7fd (diff) | |
| download | meta-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.bb | 8 |
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" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3572962e13e5e739b30b0864365e0795" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3572962e13e5e739b30b0864365e0795" |
| 6 | DEPENDS = "python-setuptools-git" | 6 | DEPENDS = "python-setuptools-git" |
| 7 | 7 | ||
| 8 | PR = "r0" | ||
| 9 | SRCNAME = "python-cinderclient" | 8 | SRCNAME = "python-cinderclient" |
| 10 | 9 | ||
| 11 | SRC_URI = "\ | 10 | SRC_URI = "\ |
| @@ -14,8 +13,8 @@ SRC_URI = "\ | |||
| 14 | file://cinder-api-check.sh \ | 13 | file://cinder-api-check.sh \ |
| 15 | " | 14 | " |
| 16 | 15 | ||
| 17 | PV="1.1.1+git${SRCPV}" | 16 | PV="1.4.0+git${SRCPV}" |
| 18 | SRCREV="9e94d814c6ae07c3d5e8242754aebcce150265cc" | 17 | SRCREV="c167dda40cc65fe437a12b815ef91bbde4efb6bb" |
| 19 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 20 | 19 | ||
| 21 | inherit setuptools monitor rmargparse | 20 | inherit 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 | ||
| 35 | PACKAGECONFIG ?= "bash-completion" | 37 | PACKAGECONFIG ?= "bash-completion" |
