summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-cinderclient_1.0.3.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-10-31 01:28:40 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:35 -0500
commit2290ee09ef3c2cd8aaf7fe3dc40bf22eb842b3f4 (patch)
tree119cce29fb8c39a1f6a7fcfc1ac7c9828d1e3a74 /meta-openstack/recipes-devtools/python/python-cinderclient_1.0.3.bb
parentf6a3429956683bd19aa9bdfa05da3cb57451ce2c (diff)
downloadmeta-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_1.0.3.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinderclient_1.0.3.bb24
1 files changed, 0 insertions, 24 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
deleted file mode 100644
index 350c359..0000000
--- a/meta-openstack/recipes-devtools/python/python-cinderclient_1.0.3.bb
+++ /dev/null
@@ -1,24 +0,0 @@
1DESCRIPTION = "Client library for OpenStack Cinder API."
2HOMEPAGE = "https://github.com/openstack/python-cinderclient"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3572962e13e5e739b30b0864365e0795"
6DEPENDS = "python-setuptools-git"
7
8PR = "r0"
9SRCNAME = "python-cinderclient"
10
11SRC_URI = "http://pypi.python.org/packages/source/p/python-cinderclient/python-cinderclient-1.0.3.tar.gz"
12
13SRC_URI[md5sum] = "3bf0b62be5fb293108899e49d709694c"
14SRC_URI[sha256sum] = "6cc03f68a93a014d8ece1ed3bc7c37a6de79d08e29abfd97f185a5f412c7ce1a"
15
16S = "${WORKDIR}/${SRCNAME}-${PV}"
17
18inherit setuptools
19
20RDEPENDS_${PN} += "python-prettytable \
21 python-simplejson \
22 python-requests \
23 python-setuptools-git \
24 "