On Tue, May 19, 2015 at 2:54 AM, <[email protected]> wrote: > From: Jackie Huang <[email protected]> > > 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 >
Thanks Jackie, I've merged the two changes. Bruce > Signed-off-by: Jackie Huang <[email protected]> > --- > meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb | 1 + > 1 file changed, 1 insertion(+) > > 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} += " \ > python-requests \ > python-simplejson \ > python-oslo.config \ > + python-oslo.serialization \ > python-pbr \ > " > > -- > 1.9.1 > > -- > _______________________________________________ > meta-virtualization mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end" -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
