diff options
-rw-r--r-- | meta/recipes-devtools/python/python3_3.11.4.bb | 10 |
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) |
407 | PACKAGES += "${PN}-misc" | 407 | PACKAGES += "${PN}-misc" |
408 | RDEPENDS:${PN}-misc += "\ | 408 | RDEPENDS:${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 | " |
417 | RDEPENDS:${PN}-modules:append:class-target = " ${MLPREFIX}python3-misc" | 417 | RDEPENDS:${PN}-modules:append:class-target = " ${MLPREFIX}python3-misc" |
418 | RDEPENDS:${PN}-modules:append:class-nativesdk = " ${MLPREFIX}python3-misc" | 418 | RDEPENDS:${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 |
427 | RDEPENDS:libpython3:append:libc-glibc = " libgcc" | 427 | RDEPENDS:libpython3:append:libc-glibc = " libgcc" |
428 | RDEPENDS:${PN}-ctypes:append:libc-glibc = " ${MLPREFIX}ldconfig" | 428 | RDEPENDS:${PN}-ctypes:append:libc-glibc = " ${MLPREFIX}ldconfig" |
429 | RDEPENDS:${PN}-ptest = "${PN}-modules ${PN}-tests ${PN}-dev unzip bzip2 libgcc tzdata coreutils sed" | 429 | RDEPENDS:${PN}-ptest = "${PN}-modules ${PN}-tests ${PN}-dev ${PN}-cgitb ${PN}-zipapp unzip bzip2 libgcc tzdata coreutils sed" |
430 | RDEPENDS:${PN}-ptest:append:libc-glibc = " locale-base-fr-fr locale-base-en-us locale-base-tr-tr locale-base-de-de" | 430 | RDEPENDS:${PN}-ptest:append:libc-glibc = " locale-base-fr-fr locale-base-en-us locale-base-tr-tr locale-base-de-de" |
431 | RDEPENDS:${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', '${MLPREFIX}tk ${MLPREFIX}tk-lib', '', d)}" | 431 | RDEPENDS:${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', '${MLPREFIX}tk ${MLPREFIX}tk-lib', '', d)}" |
432 | RDEPENDS:${PN}-idle += "${@bb.utils.contains('PACKAGECONFIG', 'tk', '${PN}-tkinter ${MLPREFIX}tcl', '', d)}" | 432 | RDEPENDS:${PN}-idle += "${@bb.utils.contains('PACKAGECONFIG', 'tk', '${PN}-tkinter ${MLPREFIX}tcl', '', d)}" |