From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Derek Straka <derek@asterius.io>,
openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] python3: update manifest RDEPENDS for importlib and compression packages
Date: Mon, 11 Jul 2016 09:38:17 +0100 [thread overview]
Message-ID: <1468226297.28829.72.camel@linuxfoundation.org> (raw)
In-Reply-To: <1468075833-13999-1-git-send-email-derek@asterius.io>
On Sat, 2016-07-09 at 10:50 -0400, Derek Straka wrote:
> * zipfile has dependencies on threading and importlib
> * importlib has a dependency on operator via types import
>
> Signed-off-by: Derek Straka <derek@asterius.io>
> ---
> meta/recipes-devtools/python/python-3.5-manifest.inc | 4 ++--
> scripts/contrib/python/generate-manifest-3.5.py | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/meta/recipes-devtools/python/python-3.5-manifest.inc
> b/meta/recipes-devtools/python/python-3.5-manifest.inc
> index 335c3ff..846e2a9 100644
> --- a/meta/recipes-devtools/python/python-3.5-manifest.inc
> +++ b/meta/recipes-devtools/python/python-3.5-manifest.inc
> @@ -30,7 +30,7 @@ RDEPENDS_${PN}-compile="${PN}-core"
> FILES_${PN}-compile="${libdir}/python3.5/py_compile.*
> ${libdir}/python3.5/compileall.* "
>
> SUMMARY_${PN}-compression="Python high-level compression support"
> -RDEPENDS_${PN}-compression="${PN}-core ${PN}-codecs"
> +RDEPENDS_${PN}-compression="${PN}-core ${PN}-codecs ${PN}-importlib
> ${PN}-threading"
> FILES_${PN}-compression="${libdir}/python3.5/gzip.*
> ${libdir}/python3.5/zipfile.* ${libdir}/python3.5/tarfile.*
> ${libdir}/python3.5/lib-dynload/bz2.*.so "
>
> SUMMARY_${PN}-core="Python interpreter and core modules"
> @@ -106,7 +106,7 @@ RDEPENDS_${PN}-image="${PN}-core"
> FILES_${PN}-image="${libdir}/python3.5/colorsys.*
> ${libdir}/python3.5/imghdr.* ${libdir}/python3.5/lib
> -dynload/imageop.*.so ${libdir}/python3.5/lib-dynload/rgbimg.*.so "
>
> SUMMARY_${PN}-importlib="Python import implementation library"
> -RDEPENDS_${PN}-importlib="${PN}-core"
> +RDEPENDS_${PN}-importlib="${PN}-core ${PN}-misc"
> FILES_${PN}-importlib="${libdir}/python3.5/importlib "
I suspect this means we need to split something off from -misc since
that package is quite large and we likely don't want to pull in all of
it here.
Cheers,
Richard
next prev parent reply other threads:[~2016-07-11 8:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-09 14:50 [PATCH] python3: update manifest RDEPENDS for importlib and compression packages Derek Straka
2016-07-11 8:38 ` Richard Purdie [this message]
2016-07-11 13:01 ` Derek Straka
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=1468226297.28829.72.camel@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--cc=derek@asterius.io \
--cc=openembedded-core@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox