mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00: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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user