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.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-designateclient_git.bb b/meta-openstack/recipes-devtools/python/python-designateclient_git.bb
index 7a0ba71..a6f7cbf 100644
--- a/meta-openstack/recipes-devtools/python/python-designateclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-designateclient_git.bb
@@ -9,6 +9,11 @@ DEPENDS += " \
9 python-pbr \ 9 python-pbr \
10 " 10 "
11 11
12# Satisfy setup.py 'setup_requires'
13DEPENDS += " \
14 python-pbr-native \
15 "
16
12RDEPENDS_${PN} += " \ 17RDEPENDS_${PN} += " \
13 python-cliff \ 18 python-cliff \
14 python-jsonschema \ 19 python-jsonschema \