summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorTrevor Gamblin <tgamblin@baylibre.com>2023-07-04 11:31:35 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-07-10 11:36:34 +0100
commit034dc159c3693a661636117ff878abe1fa8baa9c (patch)
tree8f54ce3299e501b5fc7c7be06223028aded49d3b /meta
parentf622013d3fcde59840f29baaf30287d3444696f1 (diff)
downloadpoky-034dc159c3693a661636117ff878abe1fa8baa9c.tar.gz
python3: add cgitb, zipapp ptest dependencies
Without these, test_cgitb and test_zipapp both fail when running the python3 ptests. Also reorder the ${PN}-misc list to be alphabetical. (From OE-Core rev: 379c5fac766472da7c32937acc6fdf8363bdd935) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/python/python3_3.11.4.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/python/python3_3.11.4.bb b/meta/recipes-devtools/python/python3_3.11.4.bb
index 6b074c48cf..86ecc4e297 100644
--- a/meta/recipes-devtools/python/python3_3.11.4.bb
+++ b/meta/recipes-devtools/python/python3_3.11.4.bb
@@ -406,13 +406,13 @@ INSANE_SKIP:${PN}-ptest = "dev-deps"
406# catch all the rest (unsorted) 406# catch all the rest (unsorted)
407PACKAGES += "${PN}-misc" 407PACKAGES += "${PN}-misc"
408RDEPENDS:${PN}-misc += "\ 408RDEPENDS:${PN}-misc += "\
409 ${PN}-audio \
410 ${PN}-codecs \
409 ${PN}-core \ 411 ${PN}-core \
410 ${PN}-email \ 412 ${PN}-email \
411 ${PN}-codecs \
412 ${PN}-pydoc \
413 ${PN}-pickle \
414 ${PN}-audio \
415 ${PN}-numbers \ 413 ${PN}-numbers \
414 ${PN}-pickle \
415 ${PN}-pydoc \
416" 416"
417RDEPENDS:${PN}-modules:append:class-target = " ${MLPREFIX}python3-misc" 417RDEPENDS:${PN}-modules:append:class-target = " ${MLPREFIX}python3-misc"
418RDEPENDS:${PN}-modules:append:class-nativesdk = " ${MLPREFIX}python3-misc" 418RDEPENDS:${PN}-modules:append:class-nativesdk = " ${MLPREFIX}python3-misc"
@@ -426,7 +426,7 @@ FILES:${PN}-man = "${datadir}/man"
426# See https://bugs.python.org/issue18748 and https://bugs.python.org/issue37395 426# See https://bugs.python.org/issue18748 and https://bugs.python.org/issue37395
427RDEPENDS:libpython3:append:libc-glibc = " libgcc" 427RDEPENDS:libpython3:append:libc-glibc = " libgcc"
428RDEPENDS:${PN}-ctypes:append:libc-glibc = " ${MLPREFIX}ldconfig" 428RDEPENDS:${PN}-ctypes:append:libc-glibc = " ${MLPREFIX}ldconfig"
429RDEPENDS:${PN}-ptest = "${PN}-modules ${PN}-tests ${PN}-dev unzip bzip2 libgcc tzdata coreutils sed" 429RDEPENDS:${PN}-ptest = "${PN}-modules ${PN}-tests ${PN}-dev ${PN}-cgitb ${PN}-zipapp unzip bzip2 libgcc tzdata coreutils sed"
430RDEPENDS:${PN}-ptest:append:libc-glibc = " locale-base-fr-fr locale-base-en-us locale-base-tr-tr locale-base-de-de" 430RDEPENDS:${PN}-ptest:append:libc-glibc = " locale-base-fr-fr locale-base-en-us locale-base-tr-tr locale-base-de-de"
431RDEPENDS:${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', '${MLPREFIX}tk ${MLPREFIX}tk-lib', '', d)}" 431RDEPENDS:${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', '${MLPREFIX}tk ${MLPREFIX}tk-lib', '', d)}"
432RDEPENDS:${PN}-idle += "${@bb.utils.contains('PACKAGECONFIG', 'tk', '${PN}-tkinter ${MLPREFIX}tcl', '', d)}" 432RDEPENDS:${PN}-idle += "${@bb.utils.contains('PACKAGECONFIG', 'tk', '${PN}-tkinter ${MLPREFIX}tcl', '', d)}"