From e182c1787f4f27c5295f9b520a94289dbb8be6f9 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 10 Aug 2026 13:21:14 +0100 Subject: [PATCH] python3-obd: remove build-dependencies from RDEPENDS These are not needed at runtime. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-obd_0.7.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"