summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-designateclient_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-designateclient_git.bb')
-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