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 dd163512bb..af3c3259c2 100644 --- a/meta/recipes-devtools/python/python3_3.7.4.bb +++ b/meta/recipes-devtools/python/python3_3.7.4.bb | |||
| @@ -294,6 +294,6 @@ FILES_${PN}-man = "${datadir}/man" | |||
| 294 | 294 | ||
| 295 | RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests unzip bzip2 libgcc tzdata-europe coreutils sed" | 295 | RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests unzip bzip2 libgcc tzdata-europe coreutils sed" |
| 296 | RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-tr-tr.iso-8859-9" | 296 | RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-tr-tr.iso-8859-9" |
| 297 | RDEPENDS_${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', 'tk', '', d)}" | 297 | RDEPENDS_${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', 'tk tk-lib', '', d)}" |
| 298 | RDEPENDS_${PN}-dev = "" | 298 | RDEPENDS_${PN}-dev = "" |
| 299 | 299 | ||
diff --git a/meta/recipes-devtools/python/python_2.7.16.bb b/meta/recipes-devtools/python/python_2.7.16.bb index a02a628cde..ec724c3918 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" |
