diff options
| author | Markus Volk <f_l_k@t-online.de> | 2023-05-04 11:16:21 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-04 06:47:00 -0700 |
| commit | 7cb34209fc97520d684a5a272e15ed136531843a (patch) | |
| tree | 1ade03cbaac74e002e5e76e09bff0bbab368d93a /meta-python/recipes-devtools/python | |
| parent | 76291053d2ed1d38af28363875477330c7900d7b (diff) | |
| download | meta-openembedded-7cb34209fc97520d684a5a272e15ed136531843a.tar.gz | |
python3-pillow: add libxcb to RDEPENDS for x11
This fixes:
ERROR: python3-pillow-9.5.0-r0 do_package_qa: QA Issue: /usr/lib/python3.11/site-packages/PIL/_imaging.cpython-311-x86_64-linux-gnu.so contained in package python3-pillow requires libxcb.so.1()(64bit), but no providers found in RDEPENDS:python3-pillow? [file-rdeps]
ERROR: python3-pillow-9.5.0-r0 do_package_qa: Fatal QA errors were found, failing task.
ERROR: Logfile of failure stored in: /home/flk/poky/build-intel-sway/tmp/work/corei7-64-poky-linux/python3-pillow/9.5.0-r0/temp/log.do_package_qa.2328146
ERROR: Task (/home/flk/poky/meta-openembedded/meta-python/recipes-devtools/python/python3-pillow_9.5.0.bb:do_package_qa) failed with exit code '1'
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pillow_9.5.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow_9.5.0.bb b/meta-python/recipes-devtools/python/python3-pillow_9.5.0.bb index 76b3a82db9..7ec43c60d3 100644 --- a/meta-python/recipes-devtools/python/python3-pillow_9.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-pillow_9.5.0.bb | |||
| @@ -30,6 +30,7 @@ RDEPENDS:${PN} += " \ | |||
| 30 | ${PYTHON_PN}-misc \ | 30 | ${PYTHON_PN}-misc \ |
| 31 | ${PYTHON_PN}-logging \ | 31 | ${PYTHON_PN}-logging \ |
| 32 | ${PYTHON_PN}-numbers \ | 32 | ${PYTHON_PN}-numbers \ |
| 33 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxcb', '', d)} \ | ||
| 33 | " | 34 | " |
| 34 | 35 | ||
| 35 | RDEPENDS:${PN}-ptest += " \ | 36 | RDEPENDS:${PN}-ptest += " \ |
