On Fri, 2020-06-05 at 16:47 +0800, Yu, Mingli wrote:
> From: Mingli Yu <mingli...@windriver.com>
> 
> Add tcl rdepends for python3-idle to fix
> below error:
>  # /usr/bin/idle3 -h
>  [snip]
>  _tkinter.TclError: Can't find a usable init.tcl
>  [snip]
> 
> Signed-off-by: Mingli Yu <mingli...@windriver.com>
> ---
>  meta/recipes-devtools/python/python3_3.8.2.bb | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta/recipes-devtools/python/python3_3.8.2.bb 
> b/meta/recipes-devtools/python/python3_3.8.2.bb
> index 0474f07214..0ddf88699c 100644
> --- a/meta/recipes-devtools/python/python3_3.8.2.bb
> +++ b/meta/recipes-devtools/python/python3_3.8.2.bb
> @@ -346,6 +346,7 @@ RDEPENDS_libpython3_append_libc-glibc = " libgcc"
>  RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests unzip bzip2 libgcc 
> tzdata-europe coreutils sed"
>  RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-tr-tr.iso-8859-9"
>  RDEPENDS_${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', 'tk 
> tk-lib', '', d)}"
> +RDEPENDS_${PN}-idle += "tcl"

Shouldn't this be using the tk packageconfig too? or depending on
${PN}-tkinter?

Cheers,

Richard

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139279): 
https://lists.openembedded.org/g/openembedded-core/message/139279
Mute This Topic: https://lists.openembedded.org/mt/74688893/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to