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.bb13
1 files changed, 8 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb b/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb
index 5e11803..b76f2e8 100644
--- a/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb
@@ -16,14 +16,17 @@ RDEPENDS_${PN} +=" \
16 python-stevedore \ 16 python-stevedore \
17 python-jsonschema \ 17 python-jsonschema \
18 python-oslo.i18n \ 18 python-oslo.i18n \
19 python-keystoneclient \ 19 python-oslo.log \
20 python-oslo.utils \
21 python-keystoneauth1 \
22 python-osc-lib \
20 " 23 "
21 24
22SRCNAME = "zaqarclient" 25SRCNAME = "zaqarclient"
23SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master" 26SRC_URI = "git://github.com/openstack/${BPN}.git;branch=stable/pike"
24 27
25PV = "0.2.0+git${SRCPV}" 28PV = "0.7.0+git${SRCPV}"
26SRCREV = "c1a0ea98b6f0aad5764ce197172b41d3efc1e485" 29SRCREV = "a1c2de74c56c6ddb11dc6aec78e8c438629ca8e8"
27S = "${WORKDIR}/git" 30S = "${WORKDIR}/git"
28 31
29inherit setuptools 32inherit setuptools