diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-04-11 18:00:37 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-12 09:29:06 +0100 |
| commit | cc5654b870b055629c80baa6be8abd64634b93c1 (patch) | |
| tree | 82782a7c277a757ad02db4c9eb6552fad3899a80 /meta/recipes-devtools/python | |
| parent | a9ab5627774b65e713259062b983b65fa693004a (diff) | |
| download | poky-cc5654b870b055629c80baa6be8abd64634b93c1.tar.gz | |
python3: add a tr-tr locale for test_locale ptest
With this change, the ptests do not fail anymore,
except for the three failures caused by the 5.0 kernel regression:
- test_ssl and test_httplib lock up, and are skipped
(there is a separate patch for it)
- test_asyncio fails but does not lock up
(From OE-Core rev: 49720e6d680d0041850c00ce6dc859d557825595)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.7.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.7.2.bb b/meta/recipes-devtools/python/python3_3.7.2.bb index 4ff8cff3a1..6464aafa40 100644 --- a/meta/recipes-devtools/python/python3_3.7.2.bb +++ b/meta/recipes-devtools/python/python3_3.7.2.bb | |||
| @@ -286,6 +286,7 @@ PACKAGES += "${PN}-man" | |||
| 286 | FILES_${PN}-man = "${datadir}/man" | 286 | FILES_${PN}-man = "${datadir}/man" |
| 287 | 287 | ||
| 288 | RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests unzip bzip2 libgcc tzdata-europe coreutils sed" | 288 | RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests unzip bzip2 libgcc tzdata-europe coreutils sed" |
| 289 | RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-tr-tr.iso-8859-9" | ||
| 289 | RDEPENDS_${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', 'tk', '', d)}" | 290 | RDEPENDS_${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', 'tk', '', d)}" |
| 290 | RDEPENDS_${PN}-dev = "" | 291 | RDEPENDS_${PN}-dev = "" |
| 291 | 292 | ||
