diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2021-03-07 16:19:06 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-20 18:54:55 +0000 |
commit | 9dd8f9aa677c5743a05f14c09b0e3cf5561e1828 (patch) | |
tree | 984be477c628e9ba62010d13db4e2186be26f9db | |
parent | a31f87a1ffdc559a21f4738ec633329b02fcd919 (diff) | |
download | poky-9dd8f9aa677c5743a05f14c09b0e3cf5561e1828.tar.gz |
python3: make pydoc rdepend on python3-io
pydoc needs tempfile (provided by python3-io) to work. Add python3-io
to its RDEPENDS.
(From OE-Core rev: dfd1264ed6a2d7ff48a5286134bb80b1898fc0ba)
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3_3.9.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.9.2.bb b/meta/recipes-devtools/python/python3_3.9.2.bb index af1843a180..c5e47eec4f 100644 --- a/meta/recipes-devtools/python/python3_3.9.2.bb +++ b/meta/recipes-devtools/python/python3_3.9.2.bb | |||
@@ -371,6 +371,7 @@ RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-tr-tr.iso-8859-9" | |||
371 | RDEPENDS_${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', 'tk tk-lib', '', d)}" | 371 | RDEPENDS_${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', 'tk tk-lib', '', d)}" |
372 | RDEPENDS_${PN}-idle += "${@bb.utils.contains('PACKAGECONFIG', 'tk', '${PN}-tkinter tcl', '', d)}" | 372 | RDEPENDS_${PN}-idle += "${@bb.utils.contains('PACKAGECONFIG', 'tk', '${PN}-tkinter tcl', '', d)}" |
373 | RDEPENDS_${PN}-dev = "" | 373 | RDEPENDS_${PN}-dev = "" |
374 | RDEPENDS_${PN}-pydoc += "${PN}-io" | ||
374 | 375 | ||
375 | RDEPENDS_${PN}-tests_append_class-target = " ${MLPREFIX}bash" | 376 | RDEPENDS_${PN}-tests_append_class-target = " ${MLPREFIX}bash" |
376 | RDEPENDS_${PN}-tests_append_class-nativesdk = " ${MLPREFIX}bash" | 377 | RDEPENDS_${PN}-tests_append_class-nativesdk = " ${MLPREFIX}bash" |