python3-pyinotify: do not rely on smtpd module

It's not mentioned anywhere in source code, and python 3.12
has removed it.

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2024-01-23 09:37:43 -05:00
parent 79b5f135a8
commit 4982aa40b7

View File

@@ -9,7 +9,6 @@ RDEPENDS:${PN} += "\
${PYTHON_PN}-logging \
${PYTHON_PN}-misc \
${PYTHON_PN}-shell \
${PYTHON_PN}-smtpd \
${PYTHON_PN}-threading \
"