diff options
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 | " | ||
