Message ID | 20250623195557.65704-1-peron.clem@gmail.com |
---|---|
State | New |
Headers | show |
Series | python3-supervisor: Add missing runtime dependencies | expand |
diff --git a/meta-python/recipes-devtools/python/python3-supervisor_4.2.5.bb b/meta-python/recipes-devtools/python/python3-supervisor_4.2.5.bb index e104e1c0ce..ca6203c755 100644 --- a/meta-python/recipes-devtools/python/python3-supervisor_4.2.5.bb +++ b/meta-python/recipes-devtools/python/python3-supervisor_4.2.5.bb @@ -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 \
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> --- .../recipes-devtools/python/python3-supervisor_4.2.5.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)