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:04:24 +0000
commit0d1095ce7dfd49db6d6167052c3d699fb37c11e5 (patch)
tree5ec4bbca68a0cf6abb75e72cbba40d375fead12c
parent450941a1b6df96285691e8c23d4f332d3c88a994 (diff)
downloadmeta-virtualization-0d1095ce7dfd49db6d6167052c3d699fb37c11e5.tar.gz
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>
-rw-r--r--recipes-containers/podman-compose/podman-compose_1.0.6.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-containers/podman-compose/podman-compose_1.0.6.bb b/recipes-containers/podman-compose/podman-compose_1.0.6.bb
index bcb2b86b..9400e028 100644
--- a/recipes-containers/podman-compose/podman-compose_1.0.6.bb
+++ b/recipes-containers/podman-compose/podman-compose_1.0.6.bb
@@ -13,6 +13,9 @@ S = "${WORKDIR}/git"
13DEPENDS += "python3-pyyaml-native" 13DEPENDS += "python3-pyyaml-native"
14 14
15RDEPENDS:${PN} += "\ 15RDEPENDS:${PN} += "\
16 python3-pyyaml \ 16 python3-asyncio \
17 python3-dotenv \ 17 python3-dotenv \
18 python3-json \
19 python3-pyyaml \
20 python3-unixadmin \
18" 21"