Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] python3: add tcl rdepends for python3-idle
@ 2020-06-05  8:47 Yu, Mingli
  2020-06-05  9:01 ` ✗ patchtest: failure for " Patchwork
  2020-06-06 22:16 ` [OE-core] [PATCH] " Richard Purdie
  0 siblings, 2 replies; 4+ messages in thread
From: Yu, Mingli @ 2020-06-05  8:47 UTC (permalink / raw)
  To: openembedded-core

From: Mingli Yu <mingli.yu@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.yu@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"
 RDEPENDS_${PN}-dev = ""
 
 RDEPENDS_${PN}-tests_append_class-target = " ${MLPREFIX}bash"
-- 
2.24.1


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

end of thread, other threads:[~2020-06-11  5:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-05  8:47 [PATCH] python3: add tcl rdepends for python3-idle Yu, Mingli
2020-06-05  9:01 ` ✗ patchtest: failure for " Patchwork
2020-06-06 22:16 ` [OE-core] [PATCH] " Richard Purdie
2020-06-11  5:48   ` Yu, Mingli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox