diff options
author | Leonard Anderweit <L.Anderweit@phytec.de> | 2023-08-11 14:53:37 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-08-12 03:15:55 +0000 |
commit | 23ce17f66c0ed2d0dc262143ea7df46ce1e8e915 (patch) | |
tree | 7b45f1ac6bd0a59f6c56f87f0b39c76b3e782fb4 | |
parent | ed6bcd97fa8dc385283b2f2ed9d65dfa6c9da267 (diff) | |
download | meta-virtualization-23ce17f66c0ed2d0dc262143ea7df46ce1e8e915.tar.gz |
podman-compose: Add missing runtime dependency python-dotenv
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.bb | 5 |
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 cb569209..04c1be9b 100644 --- a/recipes-containers/podman-compose/podman-compose_1.0.6.bb +++ b/recipes-containers/podman-compose/podman-compose_1.0.6.bb | |||
@@ -12,4 +12,7 @@ S = "${WORKDIR}/git" | |||
12 | 12 | ||
13 | DEPENDS += "${PYTHON_PN}-pyyaml-native" | 13 | DEPENDS += "${PYTHON_PN}-pyyaml-native" |
14 | 14 | ||
15 | RDEPENDS:${PN} += "${PYTHON_PN}-pyyaml" | 15 | RDEPENDS:${PN} += "\ |
16 | ${PYTHON_PN}-pyyaml \ | ||
17 | ${PYTHON_PN}-dotenv \ | ||
18 | " | ||