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:
Clément Péron
2025-06-23 21:55:57 +02:00
committed by Khem Raj
parent 3ccd1ffae8
commit 5e04477eff

View File

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