Add runtime dependencies for python3-supervisor

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 <mgrosshauser@gmx.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Martin Großhauser 2022-07-26 14:17:44 +02:00 committed by Khem Raj
parent 41d34e2a79
commit 6ba48fb9cc

View File

@ -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 \