mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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:
committed by
Khem Raj
parent
345d000bab
commit
65f9d868bb
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user