diff options
| author | Leonard Anderweit <L.Anderweit@phytec.de> | 2024-12-18 10:21:34 +0100 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-01-07 22:05:27 +0000 |
| commit | 74087fc372e5de3820b36eea0da94803d6a80c60 (patch) | |
| tree | 036f7ff4298219a1eb932a0225fb2a44104ff63d | |
| parent | c1f668c337a56457acacbbefe4d1f1989202ba95 (diff) | |
| download | meta-virtualization-74087fc372e5de3820b36eea0da94803d6a80c60.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_git.bb | 5 |
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" | |||
| 14 | DEPENDS += "python3-pyyaml-native" | 14 | DEPENDS += "python3-pyyaml-native" |
| 15 | 15 | ||
| 16 | RDEPENDS:${PN} += "\ | 16 | RDEPENDS:${PN} += "\ |
| 17 | python3-pyyaml \ | 17 | python3-asyncio \ |
| 18 | python3-dotenv \ | 18 | python3-dotenv \ |
| 19 | python3-json \ | ||
| 20 | python3-pyyaml \ | ||
| 21 | python3-unixadmin \ | ||
| 19 | " | 22 | " |
