mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-09 22:00:00 +00:00
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:
committed by
Khem Raj
parent
029da4ea74
commit
e45c13134c
@@ -17,7 +17,6 @@ RDEPENDS:${PN} = "\
|
||||
python3-xmlrpc \
|
||||
python3-resource \
|
||||
python3-setuptools \
|
||||
python3-smtpd \
|
||||
"
|
||||
|
||||
SRC_URI += "file://supervisord.conf \
|
||||
|
||||
Reference in New Issue
Block a user