summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-11-22 13:28:07 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-11-27 10:39:51 -0500
commitd8c47bf86bc2242a07b3a25776c71f48a8ae79a1 (patch)
tree661e6a36c8f8ee17185747f937903f268935326b /meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb
parent64d36f6a9546f0c6d1d2a220b20164e32a03e8a8 (diff)
downloadmeta-cloud-services-d8c47bf86bc2242a07b3a25776c71f48a8ae79a1.tar.gz
python-zaqarclient: uprev to the latest stable/pike
Needed uprev and avoids a deprecation warning when running openstackclient. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
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