summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-12-15 08:52:21 +0100
committerKhem Raj <raj.khem@gmail.com>2023-12-18 22:17:19 -0800
commite45c13134c46517e8e5e064ae26922f3383a07bc (patch)
treef3775a8168063bdfba3056ab77ad510824606394
parent029da4ea747609d4c22150b4d63da3c501a84fcd (diff)
downloadmeta-openembedded-e45c13134c46517e8e5e064ae26922f3383a07bc.tar.gz
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>
-rw-r--r--meta-python/recipes-devtools/python/python3-supervisor_4.2.5.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-supervisor_4.2.5.bb b/meta-python/recipes-devtools/python/python3-supervisor_4.2.5.bb
index 53f8011b02..06b08e78a3 100644
--- a/meta-python/recipes-devtools/python/python3-supervisor_4.2.5.bb
+++ b/meta-python/recipes-devtools/python/python3-supervisor_4.2.5.bb
@@ -17,7 +17,6 @@ RDEPENDS:${PN} = "\
17 python3-xmlrpc \ 17 python3-xmlrpc \
18 python3-resource \ 18 python3-resource \
19 python3-setuptools \ 19 python3-setuptools \
20 python3-smtpd \
21" 20"
22 21
23SRC_URI += "file://supervisord.conf \ 22SRC_URI += "file://supervisord.conf \