summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
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