diff mbox series

[1/2] meta-python: fix trailing whitespace

Message ID 20260825150145.64061-2-jaipaul.cheernam@est.tech
State New
Headers show
Series meta-openembedded: fix trailing whitespace | expand

Commit Message

Jaipaul Cheernam Aug. 25, 2026, 3:01 p.m. UTC
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>
---
 .../recipes-devtools/python/python3-constantly_23.10.4.bb       | 2 +-
 meta-python/recipes-devtools/python/python3-glances_4.3.2.bb    | 2 +-
 meta-python/recipes-devtools/python/python3-pint_0.25.3.bb      | 2 +-
 .../recipes-extended/python-pytesseract/pytesseract_0.3.13.bb   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-constantly_23.10.4.bb b/meta-python/recipes-devtools/python/python3-constantly_23.10.4.bb
index 7645cdc132..7ea0a8616b 100644
--- a/meta-python/recipes-devtools/python/python3-constantly_23.10.4.bb
+++ b/meta-python/recipes-devtools/python/python3-constantly_23.10.4.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=e393e4ddd223e3a74982efa784f89fd7"
 
 SRC_URI[sha256sum] = "aa92b70a33e2ac0bb33cd745eb61776594dc48764b06c35e0efd050b7f1c7cbd"
 
-inherit pypi python_setuptools_build_meta 
+inherit pypi python_setuptools_build_meta
 
 DEPENDS += "python3-versioneer-native"
 
diff --git a/meta-python/recipes-devtools/python/python3-glances_4.3.2.bb b/meta-python/recipes-devtools/python/python3-glances_4.3.2.bb
index 9b8e529c87..e4cd7d59e7 100644
--- a/meta-python/recipes-devtools/python/python3-glances_4.3.2.bb
+++ b/meta-python/recipes-devtools/python/python3-glances_4.3.2.bb
@@ -14,7 +14,7 @@  SRC_URI += " \
 "
 
 # psutil/jinja2/packaging are oe-core; fastapi/uvicorn/defusedxml are
-# meta-python. 
+# meta-python.
 RDEPENDS:${PN} += " \
     python3-psutil \
     python3-packaging \
diff --git a/meta-python/recipes-devtools/python/python3-pint_0.25.3.bb b/meta-python/recipes-devtools/python/python3-pint_0.25.3.bb
index dd2a782b0e..c04fc48f87 100644
--- a/meta-python/recipes-devtools/python/python3-pint_0.25.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pint_0.25.3.bb
@@ -20,7 +20,7 @@  RDEPENDS:${PN} += " \
 	python3-packaging \
 	python3-platformdirs \
 "
-# python3-misc for timeit.py 
+# python3-misc for timeit.py
 RDEPENDS:${PN}-ptest += " \
 	python3-appdirs \
 	python3-attrs \
diff --git a/meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb b/meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb
index 034568251b..ca41d1c66b 100644
--- a/meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb
+++ b/meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb
@@ -11,6 +11,6 @@  RDEPENDS:${PN}:append = " python3-packaging tesseract"
 
 PYPI_PACKAGE = "pytesseract"
 
-inherit pypi setuptools3 
+inherit pypi setuptools3
 
 BBCLASSEXTEND = "native"