From 2290ee09ef3c2cd8aaf7fe3dc40bf22eb842b3f4 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 31 Oct 2013 01:28:40 -0400 Subject: 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 --- .../python/python-cinderclient_git.bb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-cinderclient_git.bb (limited to 'meta-openstack/recipes-devtools/python/python-cinderclient_git.bb') 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 @@ +DESCRIPTION = "Client library for OpenStack Cinder API." +HOMEPAGE = "https://github.com/openstack/python-cinderclient" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3572962e13e5e739b30b0864365e0795" +DEPENDS = "python-setuptools-git" + +PR = "r0" +SRCNAME = "python-cinderclient" + +SRC_URI = "git://github.com/openstack/python-cinderclient.git;branch=master" + +PV="git${SRCPV}" +SRCREV="bdd560b3c02ea0a013ed4b7e7641c6240f3b602f" +S = "${WORKDIR}/git" + +inherit setuptools + +RDEPENDS_${PN} += "python-prettytable \ + python-simplejson \ + python-requests \ + python-setuptools-git \ + " -- cgit v1.2.3-54-g00ecf