mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +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
|
inherit pypi setuptools3
|
||||||
|
|
||||||
RDEPENDS_${PN}_class-target += "\
|
RDEPENDS_${PN}_class-target += "\
|
||||||
|
${PYTHON_PN}-aenum \
|
||||||
${PYTHON_PN}-ctypes \
|
${PYTHON_PN}-ctypes \
|
||||||
${PYTHON_PN}-codecs \
|
${PYTHON_PN}-codecs \
|
||||||
${PYTHON_PN}-compression \
|
${PYTHON_PN}-compression \
|
||||||
|
${PYTHON_PN}-fcntl \
|
||||||
${PYTHON_PN}-logging \
|
${PYTHON_PN}-logging \
|
||||||
${PYTHON_PN}-misc \
|
${PYTHON_PN}-misc \
|
||||||
${PYTHON_PN}-netserver \
|
${PYTHON_PN}-netserver \
|
||||||
|
|||||||
Reference in New Issue
Block a user