diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-12-15 08:52:22 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-12-18 22:17:19 -0800 |
commit | 10e44c9ce5b990511f1c7da16245bd8c195deece (patch) | |
tree | e37cc2e45055b3548087ba72dbb460022afa8f2b /meta-python/recipes-devtools/python | |
parent | e45c13134c46517e8e5e064ae26922f3383a07bc (diff) | |
download | meta-openembedded-10e44c9ce5b990511f1c7da16245bd8c195deece.tar.gz |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-meld3_2.0.1.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-meld3_2.0.1.bb b/meta-python/recipes-devtools/python/python3-meld3_2.0.1.bb index 1be3fa5ada..7ebf9f1411 100644 --- a/meta-python/recipes-devtools/python/python3-meld3_2.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-meld3_2.0.1.bb | |||
@@ -15,6 +15,5 @@ inherit pypi setuptools3 | |||
15 | 15 | ||
16 | RDEPENDS:${PN} += " \ | 16 | RDEPENDS:${PN} += " \ |
17 | python3-cgitb \ | 17 | python3-cgitb \ |
18 | python3-smtpd \ | ||
19 | python3-xml \ | 18 | python3-xml \ |
20 | " | 19 | " |