mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-17 04:49:34 +00:00
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:
parent
e45c13134c
commit
10e44c9ce5
@ -15,6 +15,5 @@ inherit pypi setuptools3
|
|||||||
|
|
||||||
RDEPENDS:${PN} += " \
|
RDEPENDS:${PN} += " \
|
||||||
python3-cgitb \
|
python3-cgitb \
|
||||||
python3-smtpd \
|
|
||||||
python3-xml \
|
python3-xml \
|
||||||
"
|
"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user