python3-supervisor: do not rely on smtpd module

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

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Alexander Kanavin
2023-12-15 08:52:21 +01:00
committed by Khem Raj
parent 029da4ea74
commit e45c13134c

View File

@@ -17,7 +17,6 @@ RDEPENDS:${PN} = "\
python3-xmlrpc \
python3-resource \
python3-setuptools \
python3-smtpd \
"
SRC_URI += "file://supervisord.conf \