diff options
-rw-r--r-- | meta/recipes-devtools/python/python3_3.7.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python_2.7.16.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3_3.7.4.bb b/meta/recipes-devtools/python/python3_3.7.4.bb index 14119c33f9..8693c446c2 100644 --- a/meta/recipes-devtools/python/python3_3.7.4.bb +++ b/meta/recipes-devtools/python/python3_3.7.4.bb | |||
@@ -321,6 +321,6 @@ FILES_${PN}-man = "${datadir}/man" | |||
321 | 321 | ||
322 | RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests unzip bzip2 libgcc tzdata-europe coreutils sed" | 322 | RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests unzip bzip2 libgcc tzdata-europe coreutils sed" |
323 | RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-tr-tr.iso-8859-9" | 323 | RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-tr-tr.iso-8859-9" |
324 | RDEPENDS_${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', 'tk', '', d)}" | 324 | RDEPENDS_${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', 'tk tk-lib', '', d)}" |
325 | RDEPENDS_${PN}-dev = "" | 325 | RDEPENDS_${PN}-dev = "" |
326 | 326 | ||
diff --git a/meta/recipes-devtools/python/python_2.7.16.bb b/meta/recipes-devtools/python/python_2.7.16.bb index c093f84a35..5b856a5097 100644 --- a/meta/recipes-devtools/python/python_2.7.16.bb +++ b/meta/recipes-devtools/python/python_2.7.16.bb | |||
@@ -173,7 +173,7 @@ RDEPENDS_${PN}-modules += "${PN}-misc" | |||
173 | 173 | ||
174 | # ptest | 174 | # ptest |
175 | RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests unzip tzdata-europe coreutils sed" | 175 | RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests unzip tzdata-europe coreutils sed" |
176 | RDEPENDS_${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', 'tk', '', d)}" | 176 | RDEPENDS_${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', 'tk tk-lib', '', d)}" |
177 | # catch manpage | 177 | # catch manpage |
178 | PACKAGES += "${PN}-man" | 178 | PACKAGES += "${PN}-man" |
179 | FILES_${PN}-man = "${datadir}/man" | 179 | FILES_${PN}-man = "${datadir}/man" |