meta-python: fix trailing whitespace

Bitbake now warns about trailing whitespace in parsed metadata lines.
Fix the affected files to silence the warnings during parsing.

Reported on:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/89/builds/4284/steps/15/logs/warnings

Signed-off-by: Jaipaul Cheernam <jaipaul.cheernam@est.tech>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Jaipaul Cheernam
2026-08-25 17:01:44 +02:00
committed by Khem Raj
parent a09474fb9a
commit 2f4c38d5d6
4 changed files with 4 additions and 4 deletions
@@ -11,6 +11,6 @@ RDEPENDS:${PN}:append = " python3-packaging tesseract"
PYPI_PACKAGE = "pytesseract"
inherit pypi setuptools3
inherit pypi setuptools3
BBCLASSEXTEND = "native"