diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-21 14:02:07 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-21 14:02:07 -0400 |
| commit | eb4c3f282346fbd409c4dfbc74a4c7d2cc7be601 (patch) | |
| tree | 6c582a76185efce5783ac09a2fad65ea1b887260 /meta-openstack/recipes-devtools/python | |
| parent | fb64d49c377cb4569c45580e0fcfd871a24cd87d (diff) | |
| download | meta-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.bb | 25 |
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 @@ | |||
| 1 | DESCRIPTION = "CLI and python client library for OpenStack Sahara" | ||
| 2 | HOMEPAGE = "https://launchpad.net/sahara" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | DEPENDS += " \ | ||
| 8 | python-pip \ | ||
| 9 | python-pbr \ | ||
| 10 | " | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += " \ | ||
| 13 | python-pbr \ | ||
| 14 | " | ||
| 15 | |||
| 16 | SRCNAME = "saharaclient" | ||
| 17 | |||
| 18 | SRC_URI = "git://github.com/openstack/python-saharaclient.git;branch=master" | ||
| 19 | |||
| 20 | PV="0.7.0+git${SRCPV}" | ||
| 21 | SRCREV="6531965b9719e4ea3a9986afa16daaf12fbba516" | ||
| 22 | S = "${WORKDIR}/git" | ||
| 23 | |||
| 24 | inherit setuptools | ||
| 25 | |||
