From 6ba48fb9cc88b30d91ba1c0c8cbfd496e108a72f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gro=C3=9Fhauser?= Date: Tue, 26 Jul 2022 14:17:44 +0200 Subject: [PATCH] Add runtime dependencies for python3-supervisor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. Signed-off-by: Martin Großhauser Signed-off-by: Khem Raj --- .../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 fdd8a76cfe..d677075570 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 \