All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python3-sh: remove python3-tests from RDEPENDS
@ 2021-01-15 17:03 Khem Raj
  2021-01-18 15:17 ` [oe] " Trevor Gamblin
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2021-01-15 17:03 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Shlomi Vaknin, Khem Raj

From: Shlomi Vaknin <shlomi.39sd@gmail.com>

python3-tests installs the unit tests of python
as well as stuff that no one should care about
in its rootfs. Thus, it is not a runtime dependency
of python3-sh.

Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-sh_1.14.1.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-sh_1.14.1.bb b/meta-python/recipes-devtools/python/python3-sh_1.14.1.bb
index c7b50c21a4..89d5008e98 100644
--- a/meta-python/recipes-devtools/python/python3-sh_1.14.1.bb
+++ b/meta-python/recipes-devtools/python/python3-sh_1.14.1.bb
@@ -18,7 +18,6 @@ RDEPENDS_${PN} += " \
     ${PYTHON_PN}-resource \
     ${PYTHON_PN}-shell \
     ${PYTHON_PN}-terminal \
-    ${PYTHON_PN}-tests \
     ${PYTHON_PN}-threading \
     ${PYTHON_PN}-unixadmin \
 "
-- 
2.30.0


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

* Re: [oe] [meta-python][PATCH] python3-sh: remove python3-tests from RDEPENDS
  2021-01-15 17:03 [meta-python][PATCH] python3-sh: remove python3-tests from RDEPENDS Khem Raj
@ 2021-01-18 15:17 ` Trevor Gamblin
  0 siblings, 0 replies; 2+ messages in thread
From: Trevor Gamblin @ 2021-01-18 15:17 UTC (permalink / raw)
  To: Khem Raj, openembedded-devel; +Cc: Shlomi Vaknin

[-- Attachment #1: Type: text/plain, Size: 1102 bytes --]


On 2021-01-15 12:03 p.m., Khem Raj wrote:
> From: Shlomi Vaknin <shlomi.39sd@gmail.com>
>
> python3-tests installs the unit tests of python
> as well as stuff that no one should care about
> in its rootfs. Thus, it is not a runtime dependency
> of python3-sh.
>
> Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   meta-python/recipes-devtools/python/python3-sh_1.14.1.bb | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/meta-python/recipes-devtools/python/python3-sh_1.14.1.bb b/meta-python/recipes-devtools/python/python3-sh_1.14.1.bb
> index c7b50c21a4..89d5008e98 100644
> --- a/meta-python/recipes-devtools/python/python3-sh_1.14.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-sh_1.14.1.bb
> @@ -18,7 +18,6 @@ RDEPENDS_${PN} += " \
>       ${PYTHON_PN}-resource \
>       ${PYTHON_PN}-shell \
>       ${PYTHON_PN}-terminal \
> -    ${PYTHON_PN}-tests \
>       ${PYTHON_PN}-threading \
>       ${PYTHON_PN}-unixadmin \
>   "
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2005 bytes --]

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

end of thread, other threads:[~2021-01-18 15:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-15 17:03 [meta-python][PATCH] python3-sh: remove python3-tests from RDEPENDS Khem Raj
2021-01-18 15:17 ` [oe] " Trevor Gamblin

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.