[PATCH 08/24] python3-obd: remove build-dependencies from RDEPENDS
Ross Burton <[email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
These are not needed at runtime. Signed-off-by: Ross Burton <[email protected]> --- 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" -- 2.43.0