summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-07-31 14:56:20 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-07-31 14:56:20 +0200
commite4b966523361e54dc70a8d556dc2a2d39f743fc5 (patch)
treef1e408a9ce81871ee446515db6e2d8e59596d8be /meta-openstack/recipes-devtools/python
parentd7ea9ec06be99557f416af7dd27535d4abf6fc6e (diff)
downloadmeta-cloud-services-e4b966523361e54dc70a8d556dc2a2d39f743fc5.tar.gz
python-keystoneclient: Add missing dependencies
These are all listed as dependencies for v3.5.1 Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
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() {