mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 23:36:21 +01:00
python3-can: add missing RDEPENDS
python3-can has runtime dependencies on aenum and fcntl, but these were missing, so add them. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
dc24deb58c
commit
bb8e324726
|
|
@ -11,9 +11,11 @@ PYPI_PACKAGE="python-can"
|
|||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN}_class-target += "\
|
||||
${PYTHON_PN}-aenum \
|
||||
${PYTHON_PN}-ctypes \
|
||||
${PYTHON_PN}-codecs \
|
||||
${PYTHON_PN}-compression \
|
||||
${PYTHON_PN}-fcntl \
|
||||
${PYTHON_PN}-logging \
|
||||
${PYTHON_PN}-misc \
|
||||
${PYTHON_PN}-netserver \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user