Running supervisord without these fails with import errors. smtpd might look
strange, but provides required asynchat.py.
Replaced PYTHON_PN with python3 as suggested in previous thread.
---
.../recipes-devtools/python/python3-supervisor_4.2.4.bb | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/meta-python/recipes-devtools/python/python3-supervisor_4.2.4.bb
b/meta-python/recipes-devtools/python/python3-supervisor_4.2.4.bb
index fdd8a76cf..d67707557 100644
--- a/meta-python/recipes-devtools/python/python3-supervisor_4.2.4.bb
+++ b/meta-python/recipes-devtools/python/python3-supervisor_4.2.4.bb
@@ -12,7 +12,12 @@ SRC_URI[sha256sum] =
"40dc582ce1eec631c3df79420b187a6da276bbd68a4ec0a8f1f123ea61
PYPI_PACKAGE = "supervisor"
inherit pypi systemd setuptools3
RDEPENDS:${PN} = "\
- ${PYTHON_PN}-meld3 \
+ python3-meld3 \
+ python3-io \
+ python3-xmlrpc \
+ python3-resource \
+ python3-setuptools \
+ python3-smtpd \
"
SRC_URI += "file://supervisord.conf \
--
2.25.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97987):
https://lists.openembedded.org/g/openembedded-devel/message/97987
Mute This Topic: https://lists.openembedded.org/mt/92625747/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-