summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorMark Asselstine <asselsm@gmail.com>2016-02-03 20:41:20 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-02-05 14:42:17 -0500
commit300a6abfb2d8a08f911baffef1afe0cfa8b398ca (patch)
treecc63b633bc4d2a659865a3f4f6df39517251d646 /meta-openstack/recipes-devtools/python
parent53a3e8562ef7fd18a1242ae6a05940c97bd86dd2 (diff)
downloadmeta-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.bb29
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 @@
1DESCRIPTION = "Python Zaqar Client"
2HOMEPAGE = "https://github.com/openstack/python-zaqarclient"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6
7DEPENDS += " \
8 python-pip \
9 python-pbr \
10 "
11
12RDEPENDS_${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
22SRCNAME = "zaqarclient"
23SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master"
24
25PV = "0.2.0+git${SRCPV}"
26SRCREV = "c1a0ea98b6f0aad5764ce197172b41d3efc1e485"
27S = "${WORKDIR}/git"
28
29inherit setuptools