Hi RP,
On 6/7/20 6:16 AM, Richard Purdie wrote:
On Fri, 2020-06-05 at 16:47 +0800, Yu, Mingli wrote:
From: Mingli Yu <[email protected]>
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 <[email protected]>
---
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
Will use tk packageconfig in v2, apart from rdepends on ${PN}-tkinter,
it also rdepends on tcl.
Thanks,
${PN}-tkinter?
Cheers,
Richard
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#139411):
https://lists.openembedded.org/g/openembedded-core/message/139411
Mute This Topic: https://lists.openembedded.org/mt/74688893/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-