summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb37
1 files changed, 0 insertions, 37 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb b/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb
deleted file mode 100644
index 47b28f3..0000000
--- a/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb
+++ /dev/null
@@ -1,37 +0,0 @@
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
12# Satisfy setup.py 'setup_requires'
13DEPENDS += " \
14 python-pbr-native \
15 "
16
17RDEPENDS_${PN} +=" \
18 python-pbr \
19 python-requests \
20 python-six \
21 python-stevedore \
22 python-jsonschema \
23 python-oslo.i18n \
24 python-oslo.log \
25 python-oslo.utils \
26 python-keystoneauth1 \
27 python-osc-lib \
28 "
29
30SRCNAME = "zaqarclient"
31SRC_URI = "git://github.com/openstack/${BPN}.git"
32
33PV = "1.12.0+git${SRCPV}"
34SRCREV = "9038bf6ba93c24c9a61447dfcb14e436f1267066"
35S = "${WORKDIR}/git"
36
37inherit setuptools3