From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: "Yu, Mingli" <mingli.yu@windriver.com>
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization] [PATCH] python3-fastentrypoints: add the missing rdepends
Date: Tue, 19 May 2020 17:19:03 -0400 [thread overview]
Message-ID: <20200519211900.GA22460@gmail.com> (raw)
In-Reply-To: <20200518020554.30534-1-mingli.yu@windriver.com>
merged
Bruce
In message: [meta-virtualization] [PATCH] python3-fastentrypoints: add the missing rdepends
on 18/05/2020 Yu, Mingli wrote:
> From: Mingli Yu <mingli.yu@windriver.com>
>
> Add the missing rdepends to fix below error:
> # python3
> [snip]
> >>> import fastentrypoints
> [snip]
> ModuleNotFoundError: No module named 'pickle'
> ---
> recipes-devtools/python/python3-fastentrypoints_0.12.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-devtools/python/python3-fastentrypoints_0.12.bb b/recipes-devtools/python/python3-fastentrypoints_0.12.bb
> index a96bd15..53bed18 100644
> --- a/recipes-devtools/python/python3-fastentrypoints_0.12.bb
> +++ b/recipes-devtools/python/python3-fastentrypoints_0.12.bb
> @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://README.rst;md5=f212a0cb34eb678477972d2011fb365a"
>
> inherit pypi setuptools3
>
> -RDEPENDS_${PN} += "${PYTHON_PN}-setuptools"
> +RDEPENDS_${PN} += "${PYTHON_PN}-setuptools ${PYTHON_PN}-pickle"
>
> SRC_URI[md5sum] = "390ad9a9229164a06156a5b1f0ef1b22"
> SRC_URI[sha256sum] = "ff284f1469bd65400599807d2c6284d5b251398e6e28811f5f77fd262292410b"
> --
> 2.24.1
>
>
prev parent reply other threads:[~2020-05-19 21:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-18 2:05 [PATCH] python3-fastentrypoints: add the missing rdepends Yu, Mingli
2020-05-19 21:19 ` 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=20200519211900.GA22460@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=meta-virtualization@lists.yoctoproject.org \
--cc=mingli.yu@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.