podman-compose: Add runtime dependencies

Add missing runtime dependencies on python modules asyncio, json and
getpass provided by unixadmin.
Sort the dependencies alphabetically while at it.

Signed-off-by: Leonard Anderweit <l.anderweit@phytec.de>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Leonard Anderweit 2024-12-18 10:21:34 +01:00 committed by Bruce Ashfield
parent 9e9f60e959
commit 247ea9c388

View File

@ -14,6 +14,9 @@ S = "${WORKDIR}/git"
DEPENDS += "python3-pyyaml-native"
RDEPENDS:${PN} += "\
python3-pyyaml \
python3-asyncio \
python3-dotenv \
python3-json \
python3-pyyaml \
python3-unixadmin \
"