summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-07-21 14:02:07 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-07-21 14:02:07 -0400
commiteb4c3f282346fbd409c4dfbc74a4c7d2cc7be601 (patch)
tree6c582a76185efce5783ac09a2fad65ea1b887260 /meta-openstack/recipes-devtools/python
parentfb64d49c377cb4569c45580e0fcfd871a24cd87d (diff)
downloadmeta-cloud-services-eb4c3f282346fbd409c4dfbc74a4c7d2cc7be601.tar.gz
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 <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-saharaclient_git.bb25
1 files changed, 25 insertions, 0 deletions
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 @@
1DESCRIPTION = "CLI and python client library for OpenStack Sahara"
2HOMEPAGE = "https://launchpad.net/sahara"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6
7DEPENDS += " \
8 python-pip \
9 python-pbr \
10 "
11
12RDEPENDS_${PN} += " \
13 python-pbr \
14 "
15
16SRCNAME = "saharaclient"
17
18SRC_URI = "git://github.com/openstack/python-saharaclient.git;branch=master"
19
20PV="0.7.0+git${SRCPV}"
21SRCREV="6531965b9719e4ea3a9986afa16daaf12fbba516"
22S = "${WORKDIR}/git"
23
24inherit setuptools
25