summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
index 9a615bc..be2395a 100644
--- a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
@@ -16,9 +16,15 @@ inherit setuptools
16 16
17FILES_${PN}-doc += "${datadir}/keystoneclient" 17FILES_${PN}-doc += "${datadir}/keystoneclient"
18 18
19DEPENDS += " \
20 python-pip \
21 python-pbr \
22 "
23
19RDEPENDS_${PN} += "python-iso8601 \ 24RDEPENDS_${PN} += "python-iso8601 \
20 python-prettytable \ 25 python-prettytable \
21 python-requests \ 26 python-requests \
22 python-simplejson \ 27 python-simplejson \
23 python-oslo.config \ 28 python-oslo.config \
29 python-pbr \
24 " 30 "