diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.11.5.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.11.5.bb | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3_3.11.5.bb b/meta/recipes-devtools/python/python3_3.11.5.bb index 10a4811f64..f5d97311d7 100644 --- a/meta/recipes-devtools/python/python3_3.11.5.bb +++ b/meta/recipes-devtools/python/python3_3.11.5.bb | |||
| @@ -224,6 +224,10 @@ do_install:append:class-nativesdk () { | |||
| 224 | create_wrapper ${D}${bindir}/python${PYTHON_MAJMIN} TERMINFO_DIRS='${sysconfdir}/terminfo:/etc/terminfo:/usr/share/terminfo:/usr/share/misc/terminfo:/lib/terminfo' PYTHONNOUSERSITE='1' | 224 | create_wrapper ${D}${bindir}/python${PYTHON_MAJMIN} TERMINFO_DIRS='${sysconfdir}/terminfo:/etc/terminfo:/usr/share/terminfo:/usr/share/misc/terminfo:/lib/terminfo' PYTHONNOUSERSITE='1' |
| 225 | } | 225 | } |
| 226 | 226 | ||
| 227 | do_install_ptest:append:class-target:libc-musl () { | ||
| 228 | sed -i -e 's|SKIPPED_TESTS=|SKIPPED_TESTS="-x test__locale -x test_c_locale_coercion -x test_locale -x test_os test_re -x test__xxsubinterpreters -x test_threading"|' ${D}${PTEST_PATH}/run-ptest | ||
| 229 | } | ||
| 230 | |||
| 227 | SYSROOT_PREPROCESS_FUNCS:append:class-target = " provide_target_config_script" | 231 | SYSROOT_PREPROCESS_FUNCS:append:class-target = " provide_target_config_script" |
| 228 | SYSROOT_PREPROCESS_FUNCS:append:class-nativesdk = " provide_target_config_script" | 232 | SYSROOT_PREPROCESS_FUNCS:append:class-nativesdk = " provide_target_config_script" |
| 229 | 233 | ||
| @@ -431,8 +435,9 @@ FILES:${PN}-man = "${datadir}/man" | |||
| 431 | # See https://bugs.python.org/issue18748 and https://bugs.python.org/issue37395 | 435 | # See https://bugs.python.org/issue18748 and https://bugs.python.org/issue37395 |
| 432 | RDEPENDS:libpython3:append:libc-glibc = " libgcc" | 436 | RDEPENDS:libpython3:append:libc-glibc = " libgcc" |
| 433 | RDEPENDS:${PN}-ctypes:append:libc-glibc = " ${MLPREFIX}ldconfig" | 437 | RDEPENDS:${PN}-ctypes:append:libc-glibc = " ${MLPREFIX}ldconfig" |
| 434 | RDEPENDS:${PN}-ptest = "${PN}-modules ${PN}-tests ${PN}-dev ${PN}-cgitb ${PN}-zipapp unzip bzip2 libgcc tzdata coreutils sed gcc g++ binutils" | 438 | RDEPENDS:${PN}-ptest = "${PN}-modules ${PN}-tests ${PN}-dev ${PN}-cgitb ${PN}-zipapp unzip bzip2 libgcc tzdata coreutils sed gcc g++ binutils \ |
| 435 | RDEPENDS:${PN}-ptest:append:libc-glibc = " locale-base-fr-fr locale-base-en-us locale-base-tr-tr locale-base-de-de" | 439 | locale-base-fr-fr locale-base-en-us locale-base-de-de" |
| 440 | RDEPENDS:${PN}-ptest:append:libc-glibc = " locale-base-tr-tr" | ||
| 436 | RDEPENDS:${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', '${MLPREFIX}tk ${MLPREFIX}tk-lib', '', d)}" | 441 | RDEPENDS:${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', '${MLPREFIX}tk ${MLPREFIX}tk-lib', '', d)}" |
| 437 | RDEPENDS:${PN}-idle += "${@bb.utils.contains('PACKAGECONFIG', 'tk', '${PN}-tkinter ${MLPREFIX}tcl', '', d)}" | 442 | RDEPENDS:${PN}-idle += "${@bb.utils.contains('PACKAGECONFIG', 'tk', '${PN}-tkinter ${MLPREFIX}tcl', '', d)}" |
| 438 | DEV_PKG_DEPENDENCY = "" | 443 | DEV_PKG_DEPENDENCY = "" |
