summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb13
1 files changed, 10 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
index 1c1d4ec..963a2ac 100644
--- a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
@@ -30,14 +30,21 @@ DEPENDS += " \
30 " 30 "
31 31
32RDEPENDS_${PN} += " \ 32RDEPENDS_${PN} += " \
33 python-argparse \
34 python-debtcollector \
33 python-iso8601 \ 35 python-iso8601 \
34 python-prettytable \ 36 python-keystoneauth1 \
35 python-requests \
36 python-simplejson \ 37 python-simplejson \
37 python-oslo.config \ 38 python-oslo.config \
39 python-oslo.i18n \
38 python-oslo.serialization \ 40 python-oslo.serialization \
41 python-oslo.utils \
39 python-pbr \ 42 python-pbr \
40 python-argparse \ 43 python-positional \
44 python-prettytable \
45 python-requests \
46 python-six \
47 python-stevedore \
41 " 48 "
42 49
43do_install_append() { 50do_install_append() {