[meta-virtualization] [meta-cloud-services][PATCH 1/6] nova: add needed python modules

Bruce Ashfield bruce.ashfield at windriver.com
Mon Nov 16 12:12:16 PST 2015


On 15-11-11 09:50 PM, Mark Asselstine wrote:
> Launching nova-compute we get errors regarding missing modules for
> 'netifaces' and 'retrying'. Add the missing modules to nova's
> RDEPENDS.

merged all 6 patches to master.

Bruce

>
> Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
> ---
>   meta-openstack/recipes-devtools/python/python-nova_git.bb | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb
> index 13553f1..0bc5d03 100644
> --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb
> +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb
> @@ -323,6 +323,8 @@ RDEPENDS_${PN} = " libvirt \
>   		   python-rfc3986 \
>   		   python-oslo.i18n \
>   		   python-sqlparse \
> +		   python-netifaces \
> +		   python-retrying \
>       "
>
>   RDEPENDS_${SRCNAME}-common = "${PN} openssl openssl-misc libxml2 libxslt \
>



More information about the meta-virtualization mailing list