All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: Trevor Gamblin <trevor.gamblin@windriver.com>
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization] [meta-openstack][PATCH] python3-debtcollector: add six and wrapt to RDEPENDS
Date: Wed, 8 Apr 2020 23:11:07 -0400	[thread overview]
Message-ID: <20200409031103.GA9508@gmail.com> (raw)
In-Reply-To: <20200408162137.2657013-1-trevor.gamblin@windriver.com>

merged.

Bruce

In message: [meta-virtualization] [meta-openstack][PATCH] python3-debtcollector: add six and wrapt to RDEPENDS
on 08/04/2020 Trevor Gamblin wrote:

> Add python3-wrapt and python3-six to RDEPENDS as
> debtcollector requires them for some functionality,
> e.g.:
> 
> |root@qemux86-64:~# python3
> |Python 3.7.6 (default, Apr  6 2020, 18:11:01)
> |[GCC 9.2.0] on linux
> |Type "help", "copyright", "credits" or "license" for more information.
> |>>> from debtcollector import removals
> |Traceback (most recent call last):
> |  File "<stdin>", line 1, in <module>
> |  File "/usr/lib64/python3.7/site-packages/debtcollector/removals.py", line 19, in <module>
> |    import wrapt
> |ModuleNotFoundError: No module named 'wrapt'
> |>>>
> 
> python3-six isn't needed for the python3 version of debtcollector,
> but add it to the RDEPENDS for consistency in backports of this patch
> (as python2 does require it).
> 
> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>  meta-openstack/recipes-devtools/python/python-debtcollector.inc | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/meta-openstack/recipes-devtools/python/python-debtcollector.inc b/meta-openstack/recipes-devtools/python/python-debtcollector.inc
> index d519bfd..d6d18e3 100644
> --- a/meta-openstack/recipes-devtools/python/python-debtcollector.inc
> +++ b/meta-openstack/recipes-devtools/python/python-debtcollector.inc
> @@ -22,4 +22,6 @@ DEPENDS += " \
>  # RDEPENDS_default:
>  RDEPENDS_${PN} += " \
>          ${PYTHON_PN}-pbr \
> +        ${PYTHON_PN}-wrapt \
> +        ${PYTHON_PN}-six \
>          "
> -- 
> 2.25.1
> 

> 


      reply	other threads:[~2020-04-09  3:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-08 16:21 [meta-openstack][PATCH] python3-debtcollector: add six and wrapt to RDEPENDS Trevor Gamblin
2020-04-09  3:11 ` 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=20200409031103.GA9508@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    --cc=trevor.gamblin@windriver.com \
    /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.