diff options
-rw-r--r-- | meta/recipes-devtools/python/python3_3.7.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3_3.7.6.bb b/meta/recipes-devtools/python/python3_3.7.6.bb index e3d14fe45f..af201d7f8f 100644 --- a/meta/recipes-devtools/python/python3_3.7.6.bb +++ b/meta/recipes-devtools/python/python3_3.7.6.bb | |||
@@ -337,7 +337,7 @@ PACKAGES += "${PN}-man" | |||
337 | FILES_${PN}-man = "${datadir}/man" | 337 | FILES_${PN}-man = "${datadir}/man" |
338 | 338 | ||
339 | # See https://bugs.python.org/issue18748 and https://bugs.python.org/issue37395 | 339 | # See https://bugs.python.org/issue18748 and https://bugs.python.org/issue37395 |
340 | RDEPENDS_${PN} = "libgcc" | 340 | RDEPENDS_libpython3_append_libc-glibc = " libgcc" |
341 | RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests unzip bzip2 libgcc tzdata-europe coreutils sed" | 341 | RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests unzip bzip2 libgcc tzdata-europe coreutils sed" |
342 | RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-tr-tr.iso-8859-9" | 342 | RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-tr-tr.iso-8859-9" |
343 | RDEPENDS_${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', 'tk tk-lib', '', d)}" | 343 | RDEPENDS_${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', 'tk tk-lib', '', d)}" |