python3-meld3: 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:22 +01:00 committed by Khem Raj
parent e45c13134c
commit 10e44c9ce5
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -15,6 +15,5 @@ inherit pypi setuptools3
RDEPENDS:${PN} += " \
python3-cgitb \
python3-smtpd \
python3-xml \
"