All of lore.kernel.org
 help / color / mirror / Atom feed
From: Leonard Anderweit <l.anderweit@phytec.de>
To: <meta-virtualization@lists.yoctoproject.org>
Cc: <upstream@phytec.de>
Subject: [meta-virtualization][PATCH] podman-compose: Add missing runtime dependency python-dotenv
Date: Fri, 11 Aug 2023 14:53:37 +0200	[thread overview]
Message-ID: <20230811125337.102460-1-l.anderweit@phytec.de> (raw)

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



             reply	other threads:[~2023-08-11 12:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-11 12:53 Leonard Anderweit [this message]
2023-08-12  3:16 ` [meta-virtualization][PATCH] podman-compose: Add missing runtime dependency python-dotenv Bruce Ashfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230811125337.102460-1-l.anderweit@phytec.de \
    --to=l.anderweit@phytec.de \
    --cc=meta-virtualization@lists.yoctoproject.org \
    --cc=upstream@phytec.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.