mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 06:45:32 +01:00
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:
parent
41d34e2a79
commit
6ba48fb9cc
|
|
@ -12,7 +12,12 @@ SRC_URI[sha256sum] = "40dc582ce1eec631c3df79420b187a6da276bbd68a4ec0a8f1f123ea61
|
||||||
PYPI_PACKAGE = "supervisor"
|
PYPI_PACKAGE = "supervisor"
|
||||||
inherit pypi systemd setuptools3
|
inherit pypi systemd setuptools3
|
||||||
RDEPENDS:${PN} = "\
|
RDEPENDS:${PN} = "\
|
||||||
${PYTHON_PN}-meld3 \
|
python3-meld3 \
|
||||||
|
python3-io \
|
||||||
|
python3-xmlrpc \
|
||||||
|
python3-resource \
|
||||||
|
python3-setuptools \
|
||||||
|
python3-smtpd \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI += "file://supervisord.conf \
|
SRC_URI += "file://supervisord.conf \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user