diff mbox series

[08/24] python3-obd: remove build-dependencies from RDEPENDS

Message ID 20260810122130.633299-8-ross.burton@arm.com
State New
Headers show
Series [01/24] python3-pycups: put PV into the filename | expand

Commit Message

Ross Burton Aug. 10, 2026, 12:21 p.m. UTC
These are not needed at runtime.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-python/recipes-devtools/python/python3-obd_0.7.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-obd_0.7.3.bb b/meta-python/recipes-devtools/python/python3-obd_0.7.3.bb
index e7eb3a784d..2a3eb752eb 100644
--- a/meta-python/recipes-devtools/python/python3-obd_0.7.3.bb
+++ b/meta-python/recipes-devtools/python/python3-obd_0.7.3.bb
@@ -7,4 +7,4 @@  SRC_URI[sha256sum] = "27b8f043376ca700edb98bf5216e2912295ecde0e735b260999f2d9ddf
 
 inherit python_setuptools_build_meta pypi
 
-RDEPENDS:${PN} += "python3-pyserial python3-pint python3-setuptools python3-packaging"
+RDEPENDS:${PN} += "python3-pyserial python3-pint"