[meta-virtualization] [PATCH 1/2] python-keystoneclient: add missing rdepends on python-oslo.serialization

Bruce Ashfield bruce.ashfield at gmail.com
Wed May 20 05:17:12 PDT 2015


On Tue, May 19, 2015 at 2:54 AM,  <jackie.huang at windriver.com> wrote:
> From: Jackie Huang <jackie.huang at windriver.com>
>
> 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 <jackie.huang at windriver.com>
> ---
>  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
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


More information about the meta-virtualization mailing list