All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: Mark Asselstine <mark.asselstine@windriver.com>,
	<meta-virtualization@yoctoproject.org>
Subject: Re: [meta-cloud-services][PATCH 1/6] nova: add needed python modules
Date: Mon, 16 Nov 2015 15:12:16 -0500	[thread overview]
Message-ID: <564A38A0.30409@windriver.com> (raw)
In-Reply-To: <1447296631-16483-1-git-send-email-mark.asselstine@windriver.com>

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@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 \
>



      parent reply	other threads:[~2015-11-16 20:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-12  2:50 [meta-cloud-services][PATCH 1/6] nova: add needed python modules Mark Asselstine
2015-11-12  2:50 ` [meta-cloud-services][PATCH 2/6] init: no need to close (non-existing) ps file descriptors Mark Asselstine
2015-11-12 14:35   ` Josep Puigdemont
2015-11-16 20:12     ` Bruce Ashfield
2015-11-12  2:50 ` [meta-cloud-services][PATCH 3/6] openstackclient: add missing python modules Mark Asselstine
2015-11-12  2:50 ` [meta-cloud-services][PATCH 4/6] linux-yocto: carry forward kernel configuration Mark Asselstine
2015-11-12  2:50 ` [meta-cloud-services][PATCH 5/6] openvswitch: add as RRECOMMENDS for compute and controller Mark Asselstine
2015-11-12  2:50 ` [meta-cloud-services][PATCH 6/6] functools32: use git instead of release tarballs Mark Asselstine
2015-11-16 20:12 ` Bruce Ashfield [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=564A38A0.30409@windriver.com \
    --to=bruce.ashfield@windriver.com \
    --cc=mark.asselstine@windriver.com \
    --cc=meta-virtualization@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.