python3-can: Add missing runtime dependencies

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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Frieder Schrempf
2023-08-17 11:11:49 +02:00
committed by Khem Raj
parent 345d000bab
commit 65f9d868bb

View File

@@ -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 \