From 247ea9c3880a257003ce2cc566fcdbb307ea4374 Mon Sep 17 00:00:00 2001 From: Leonard Anderweit Date: Wed, 18 Dec 2024 10:21:34 +0100 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-containers/podman-compose/podman-compose_git.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" DEPENDS += "python3-pyyaml-native" RDEPENDS:${PN} += "\ - python3-pyyaml \ + python3-asyncio \ python3-dotenv \ + python3-json \ + python3-pyyaml \ + python3-unixadmin \ " -- cgit v1.2.3-54-g00ecf