summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-11-22 13:28:08 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-11-27 10:39:51 -0500
commitfd08ed2abcb383dba1872c89fe3a641a0b6477fe (patch)
treea143a19d9d98c4b5303c610a352105c3b8087e81 /meta-openstack/recipes-devtools
parentd8c47bf86bc2242a07b3a25776c71f48a8ae79a1 (diff)
downloadmeta-cloud-services-fd08ed2abcb383dba1872c89fe3a641a0b6477fe.tar.gz
python-designateclient: uprev to latest stable/pike
Due for an 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')
-rw-r--r--meta-openstack/recipes-devtools/python/python-designateclient_git.bb13
1 files changed, 7 insertions, 6 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-designateclient_git.bb b/meta-openstack/recipes-devtools/python/python-designateclient_git.bb
index d8477d5..7a0ba71 100644
--- a/meta-openstack/recipes-devtools/python/python-designateclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-designateclient_git.bb
@@ -9,23 +9,24 @@ DEPENDS += " \
9 python-pbr \ 9 python-pbr \
10 " 10 "
11 11
12RDEPENDS_${PN} +=" \ 12RDEPENDS_${PN} += " \
13 python-cliff \ 13 python-cliff \
14 python-jsonschema \ 14 python-jsonschema \
15 python-osc-lib \
15 python-oslo.utils \ 16 python-oslo.utils \
16 python-pbr \ 17 python-pbr \
17 python-keystoneclient \ 18 python-keystoneauth1 \
18 python-requests \ 19 python-requests \
19 python-six \ 20 python-six \
20 python-stevedore \ 21 python-stevedore \
21 python-debtcollector \ 22 python-debtcollector \
22 " 23 "
23 24
24SRCNAME = "designateclient" 25SRCNAME = "designateclient"
25SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master" 26SRC_URI = "git://github.com/openstack/${BPN}.git;branch=stable/pike"
26 27
27PV = "1.5.0+git${SRCPV}" 28PV = "2.7.0+git${SRCPV}"
28SRCREV = "b97ae05612522180cc6f64485212811329da9645" 29SRCREV = "77a705857f2c303a03fdbccd4460a68b61d92fd0"
29S = "${WORKDIR}/git" 30S = "${WORKDIR}/git"
30 31
31inherit setuptools 32inherit setuptools