All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] podman-compose: Add missing runtime dependency python-dotenv
@ 2023-08-11 12:53 Leonard Anderweit
  2023-08-12  3:16 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Leonard Anderweit @ 2023-08-11 12:53 UTC (permalink / raw)
  To: meta-virtualization; +Cc: upstream

Signed-off-by: Leonard Anderweit <l.anderweit@phytec.de>
---
 recipes-containers/podman-compose/podman-compose_1.0.6.bb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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 cb569209e675..04c1be9bcb5b 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"
 
 DEPENDS += "${PYTHON_PN}-pyyaml-native"
 
-RDEPENDS:${PN} += "${PYTHON_PN}-pyyaml"
+RDEPENDS:${PN} += "\
+    ${PYTHON_PN}-pyyaml \
+    ${PYTHON_PN}-dotenv \
+"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-12  3:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-11 12:53 [meta-virtualization][PATCH] podman-compose: Add missing runtime dependency python-dotenv Leonard Anderweit
2023-08-12  3:16 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.