diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-05-17 17:11:31 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:54 -0400 |
| commit | ade10a84461c18f23eb4c4f4f7b96c3d8ccd36d8 (patch) | |
| tree | 971df417512d1dc3e69f02b878c20cc8ae9209bc /meta-openstack/recipes-devtools/python | |
| parent | 0b8d06a5886c96f40e4beb2b7505aa799de04c37 (diff) | |
| download | meta-cloud-services-ade10a84461c18f23eb4c4f4f7b96c3d8ccd36d8.tar.gz | |
python-cinderclient: added 1.0.3
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-cinderclient_1.0.3.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinderclient_1.0.3.bb b/meta-openstack/recipes-devtools/python/python-cinderclient_1.0.3.bb new file mode 100644 index 0000000..f739658 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-cinderclient_1.0.3.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 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "python-cinderclient" | ||
| 9 | |||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/p/python-cinderclient/python-cinderclient-1.0.3.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "3bf0b62be5fb293108899e49d709694c" | ||
| 13 | SRC_URI[sha256sum] = "6cc03f68a93a014d8ece1ed3bc7c37a6de79d08e29abfd97f185a5f412c7ce1a" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += "python-prettytable \ | ||
| 20 | python-simplejson \ | ||
| 21 | python-requests \ | ||
| 22 | python-setuptools-git \ | ||
| 23 | " | ||
