diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-31 01:28:40 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:35 -0500 |
| commit | 2290ee09ef3c2cd8aaf7fe3dc40bf22eb842b3f4 (patch) | |
| tree | 119cce29fb8c39a1f6a7fcfc1ac7c9828d1e3a74 /meta-openstack/recipes-devtools/python/python-cinderclient_git.bb | |
| parent | f6a3429956683bd19aa9bdfa05da3cb57451ce2c (diff) | |
| download | meta-cloud-services-2290ee09ef3c2cd8aaf7fe3dc40bf22eb842b3f4.tar.gz | |
cinder: uprev to havana release
Updating the cinder block storage component to the havana release.
At the same time, we switch to a git based build.
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 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb new file mode 100644 index 0000000..b9a353d --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | DESCRIPTION = "Client library for OpenStack Cinder API." | ||
| 2 | HOMEPAGE = "https://github.com/openstack/python-cinderclient" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3572962e13e5e739b30b0864365e0795" | ||
| 6 | DEPENDS = "python-setuptools-git" | ||
| 7 | |||
| 8 | PR = "r0" | ||
| 9 | SRCNAME = "python-cinderclient" | ||
| 10 | |||
| 11 | SRC_URI = "git://github.com/openstack/python-cinderclient.git;branch=master" | ||
| 12 | |||
| 13 | PV="git${SRCPV}" | ||
| 14 | SRCREV="bdd560b3c02ea0a013ed4b7e7641c6240f3b602f" | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += "python-prettytable \ | ||
| 20 | python-simplejson \ | ||
| 21 | python-requests \ | ||
| 22 | python-setuptools-git \ | ||
| 23 | " | ||
