From eb4c3f282346fbd409c4dfbc74a4c7d2cc7be601 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 21 Jul 2014 14:02:07 -0400 Subject: saharaclient: introduce saharaclient for horizon (juno) requirements Introducing the saharaclient, without full sahara support, to meet the client requirements of horizon. Signed-off-by: Bruce Ashfield --- .../python/python-saharaclient_git.bb | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-saharaclient_git.bb diff --git a/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb b/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb new file mode 100644 index 0000000..06d7583 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "CLI and python client library for OpenStack Sahara" +HOMEPAGE = "https://launchpad.net/sahara" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" + +DEPENDS += " \ + python-pip \ + python-pbr \ + " + +RDEPENDS_${PN} += " \ + python-pbr \ + " + +SRCNAME = "saharaclient" + +SRC_URI = "git://github.com/openstack/python-saharaclient.git;branch=master" + +PV="0.7.0+git${SRCPV}" +SRCREV="6531965b9719e4ea3a9986afa16daaf12fbba516" +S = "${WORKDIR}/git" + +inherit setuptools + -- cgit v1.2.3-54-g00ecf