summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonard Anderweit <L.Anderweit@phytec.de>2024-12-18 10:21:34 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-01-07 22:07:43 +0000
commit247ea9c3880a257003ce2cc566fcdbb307ea4374 (patch)
treed439334835740cf42a2232ae321b1ad474d7ff0d
parent9e9f60e959f3710fb7a16b9829d950c3d94c0d4a (diff)
downloadmeta-virtualization-247ea9c3880a257003ce2cc566fcdbb307ea4374.tar.gz
podman-compose: Add runtime dependenciesstyhead
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>
-rw-r--r--recipes-containers/podman-compose/podman-compose_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-containers/podman-compose/podman-compose_git.bb b/recipes-containers/podman-compose/podman-compose_git.bb
index 0ee171dc..c76bf1c4 100644
--- a/recipes-containers/podman-compose/podman-compose_git.bb
+++ b/recipes-containers/podman-compose/podman-compose_git.bb
@@ -14,6 +14,9 @@ S = "${WORKDIR}/git"
14DEPENDS += "python3-pyyaml-native" 14DEPENDS += "python3-pyyaml-native"
15 15
16RDEPENDS:${PN} += "\ 16RDEPENDS:${PN} += "\
17 python3-pyyaml \ 17 python3-asyncio \
18 python3-dotenv \ 18 python3-dotenv \
19 python3-json \
20 python3-pyyaml \
21 python3-unixadmin \
19" 22"