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-dockerpty: add the missing rdepends
Date: Tue, 16 Jun 2020 20:30:48 -0400 [thread overview]
Message-ID: <20200617003047.GB5020@gmail.com> (raw)
In-Reply-To: <20200610054338.3566915-1-mingli.yu@windriver.com>
merged.
Bruce
In message: [meta-virtualization] [PATCH] python3-dockerpty: add the missing rdepends
on 10/06/2020 Yu, Mingli wrote:
> From: Mingli Yu <mingli.yu@windriver.com>
>
> Add the missing rdepends to fix below error:
> # python3
> [snip]
> >>> import dockerpty
> [snip]
> ModuleNotFoundError: No module named 'ssl'
> ModuleNotFoundError: No module named 'fcntl'
> ModuleNotFoundError: No module named 'six'
> ModuleNotFoundError: No module named 'tty'
>
> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> ---
> recipes-devtools/python/python3-dockerpty_0.4.1.bb | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/recipes-devtools/python/python3-dockerpty_0.4.1.bb b/recipes-devtools/python/python3-dockerpty_0.4.1.bb
> index 31a864a..cde2d12 100644
> --- a/recipes-devtools/python/python3-dockerpty_0.4.1.bb
> +++ b/recipes-devtools/python/python3-dockerpty_0.4.1.bb
> @@ -7,3 +7,10 @@ inherit pypi setuptools3
>
> SRC_URI[md5sum] = "028bacb34536f3ee6a2ccd668c27e8e4"
> SRC_URI[sha256sum] = "69a9d69d573a0daa31bcd1c0774eeed5c15c295fe719c61aca550ed1393156ce"
> +
> +RDEPENDS_${PN} += "\
> + ${PYTHON_PN}-fcntl \
> + ${PYTHON_PN}-io \
> + ${PYTHON_PN}-six \
> + ${PYTHON_PN}-terminal \
> +"
> --
> 2.24.1
>
>
prev parent reply other threads:[~2020-06-17 0:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-10 5:43 [PATCH] python3-dockerpty: add the missing rdepends Yu, Mingli
2020-06-17 0:30 ` 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=20200617003047.GB5020@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.