mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
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:
parent
77718718cf
commit
f39a168e38
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user