summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2015-05-19 14:54:22 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-05-20 08:10:32 -0400
commitd32b101fe9d8555837113d78cb17430e84554aeb (patch)
tree653517dcaef5cf2d0886f5eba8d75b5b1b709ddf /meta-openstack
parentf7765042a4cdfb52f467869904ef92e644c4129d (diff)
downloadmeta-cloud-services-d32b101fe9d8555837113d78cb17430e84554aeb.tar.gz
python-keystoneclient: add missing rdepends on python-oslo.serialization
Add missing rdepends or it fails with: File "/usr/lib64/python2.7/site-packages/keystoneclient/session.py", line 22, in <module> from oslo_serialization import jsonutils ImportError: No module named oslo_serialization Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb1
1 files changed, 1 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 0063efc..383163d 100644
--- a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
@@ -32,6 +32,7 @@ RDEPENDS_${PN} += " \
32 python-requests \ 32 python-requests \
33 python-simplejson \ 33 python-simplejson \
34 python-oslo.config \ 34 python-oslo.config \
35 python-oslo.serialization \
35 python-pbr \ 36 python-pbr \
36 " 37 "
37 38