All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] python3-dockerpty: add the missing rdepends
@ 2020-06-10  5:43 Yu, Mingli
  2020-06-17  0:30 ` [meta-virtualization] " Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Yu, Mingli @ 2020-06-10  5:43 UTC (permalink / raw)
  To: meta-virtualization

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-virtualization] [PATCH] python3-dockerpty: add the missing rdepends
  2020-06-10  5:43 [PATCH] python3-dockerpty: add the missing rdepends Yu, Mingli
@ 2020-06-17  0:30 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2020-06-17  0:30 UTC (permalink / raw)
  To: Yu, Mingli; +Cc: meta-virtualization

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
> 

> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-17  0:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-10  5:43 [PATCH] python3-dockerpty: add the missing rdepends Yu, Mingli
2020-06-17  0:30 ` [meta-virtualization] " Bruce Ashfield

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.