summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-08 12:05:07 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-08 13:27:13 +0200
commita7f52e5f6e589ecc827bac4205f3eedf8e1063aa (patch)
tree5a5422cec5c5b44682e5b70ceecea524eea4ae95
parent760ff7929e372805d4c46773f35e7b7c74fb76f6 (diff)
downloadmeta-cloud-services-a7f52e5f6e589ecc827bac4205f3eedf8e1063aa.tar.gz
python-designateclient: Uprev to v2.3.0 and update dependency list
This is used by latest stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-designateclient_git.bb12
1 files changed, 7 insertions, 5 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..6affb6a 100644
--- a/meta-openstack/recipes-devtools/python/python-designateclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-designateclient_git.bb
@@ -11,21 +11,23 @@ DEPENDS += " \
11 11
12RDEPENDS_${PN} +=" \ 12RDEPENDS_${PN} +=" \
13 python-cliff \ 13 python-cliff \
14 python-debtcollector \
14 python-jsonschema \ 15 python-jsonschema \
15 python-oslo.utils \ 16 python-keystoneauth1 \
16 python-pbr \
17 python-keystoneclient \ 17 python-keystoneclient \
18 python-osc-lib \
19 python-oslo.utils \
18 python-requests \ 20 python-requests \
21 python-pbr \
19 python-six \ 22 python-six \
20 python-stevedore \ 23 python-stevedore \
21 python-debtcollector \
22 " 24 "
23 25
24SRCNAME = "designateclient" 26SRCNAME = "designateclient"
25SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master" 27SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master"
26 28
27PV = "1.5.0+git${SRCPV}" 29PV = "2.3.0+git${SRCPV}"
28SRCREV = "b97ae05612522180cc6f64485212811329da9645" 30SRCREV = "0971bd5483faa5d316ec6de4c5084ce555e4dce7"
29S = "${WORKDIR}/git" 31S = "${WORKDIR}/git"
30 32
31inherit setuptools 33inherit setuptools