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:
Martin Kelly 2020-03-24 15:48:32 -07:00 committed by Khem Raj
parent dc24deb58c
commit bb8e324726

View File

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