python3-pyinotify: Add fcntl, logging to RDEPENDS

"import pyinotify" throws an error for these modules if they are not
included.

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Trevor Gamblin 2021-10-18 12:35:12 -04:00 committed by Khem Raj
parent 77718718cf
commit f39a168e38

View File

@ -4,7 +4,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ab173cade7965b411528464589a08382"
RDEPENDS:${PN} += "\ RDEPENDS:${PN} += "\
${PYTHON_PN}-ctypes \ ${PYTHON_PN}-ctypes \
${PYTHON_PN}-fcntl \
${PYTHON_PN}-io \ ${PYTHON_PN}-io \
${PYTHON_PN}-logging \
${PYTHON_PN}-misc \ ${PYTHON_PN}-misc \
${PYTHON_PN}-shell \ ${PYTHON_PN}-shell \
${PYTHON_PN}-smtpd \ ${PYTHON_PN}-smtpd \