diff mbox series

[meta-python] python3-can: Add missing runtime dependencies

Message ID 20230817091149.24140-1-frieder@fris.de
State Under Review
Headers show
Series [meta-python] python3-can: Add missing runtime dependencies | expand

Commit Message

Frieder Schrempf Aug. 17, 2023, 9:11 a.m. UTC
From: Frieder Schrempf <frieder.schrempf@kontron.de>

According to the setup.py of v4.2.2 [1] the following runtime
dependencies are currently missing. Add them.

* packaging
* setuptools

[1] https://github.com/hardbyte/python-can/blob/4.2.2/setup.py

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
---
 meta-python/recipes-devtools/python/python3-can_4.2.2.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-can_4.2.2.bb b/meta-python/recipes-devtools/python/python3-can_4.2.2.bb
index 7ecbf1207..f3cfd1724 100644
--- a/meta-python/recipes-devtools/python/python3-can_4.2.2.bb
+++ b/meta-python/recipes-devtools/python/python3-can_4.2.2.bb
@@ -20,7 +20,9 @@  RDEPENDS:${PN} += " \
     python3-logging \
     python3-misc \
     python3-netserver \
+    python3-packaging \
     python3-pkg-resources \
+    python3-setuptools \
     python3-sqlite3 \
     python3-typing-extensions \
     python3-wrapt \