mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-24 07:21:13 +00:00
python3-supervisor: Add missing runtime dependencies
Add python3-fcntl and python3-unixadmin to RDEPENDS as these are required runtime dependencies for supervisor functionality. Also reorder RDEPENDS alphabetically for better maintainability. Signed-off-by: Clément Péron <peron.clem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -12,11 +12,13 @@ SRC_URI[sha256sum] = "34761bae1a23c58192281a5115fb07fbf22c9b0133c08166beffc70fed
|
||||
PYPI_PACKAGE = "supervisor"
|
||||
inherit pypi systemd setuptools3
|
||||
RDEPENDS:${PN} = "\
|
||||
python3-meld3 \
|
||||
python3-fcntl \
|
||||
python3-io \
|
||||
python3-xmlrpc \
|
||||
python3-meld3 \
|
||||
python3-resource \
|
||||
python3-setuptools \
|
||||
python3-unixadmin \
|
||||
python3-xmlrpc \
|
||||
"
|
||||
|
||||
SRC_URI += "file://supervisord.conf \
|
||||
|
||||
Reference in New Issue
Block a user