diff options
| author | Mark Asselstine <asselsm@gmail.com> | 2016-02-03 20:41:20 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-05 14:42:17 -0500 |
| commit | 300a6abfb2d8a08f911baffef1afe0cfa8b398ca (patch) | |
| tree | cc63b633bc4d2a659865a3f4f6df39517251d646 /meta-openstack/recipes-devtools/python | |
| parent | 53a3e8562ef7fd18a1242ae6a05940c97bd86dd2 (diff) | |
| download | meta-cloud-services-300a6abfb2d8a08f911baffef1afe0cfa8b398ca.tar.gz | |
python-zaqarclient: initial version
This package provides a python Zaqar Client.
This package is required by heat.
Signed-off-by: Mark Asselstine <asselsm@gmail.com>
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-zaqarclient_git.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb b/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb new file mode 100644 index 0000000..5e11803 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | DESCRIPTION = "Python Zaqar Client" | ||
| 2 | HOMEPAGE = "https://github.com/openstack/python-zaqarclient" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 6 | |||
| 7 | DEPENDS += " \ | ||
| 8 | python-pip \ | ||
| 9 | python-pbr \ | ||
| 10 | " | ||
| 11 | |||
| 12 | RDEPENDS_${PN} +=" \ | ||
| 13 | python-pbr \ | ||
| 14 | python-requests \ | ||
| 15 | python-six \ | ||
| 16 | python-stevedore \ | ||
| 17 | python-jsonschema \ | ||
| 18 | python-oslo.i18n \ | ||
| 19 | python-keystoneclient \ | ||
| 20 | " | ||
| 21 | |||
| 22 | SRCNAME = "zaqarclient" | ||
| 23 | SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master" | ||
| 24 | |||
| 25 | PV = "0.2.0+git${SRCPV}" | ||
| 26 | SRCREV = "c1a0ea98b6f0aad5764ce197172b41d3efc1e485" | ||
| 27 | S = "${WORKDIR}/git" | ||
| 28 | |||
| 29 | inherit setuptools | ||
