* [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
* Re: [meta-virtualization][PATCH] podman-compose: Add missing runtime dependency python-dotenv
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
0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2023-08-12 3:16 UTC (permalink / raw)
To: Leonard Anderweit; +Cc: meta-virtualization, upstream
merged.
Bruce
In message: [meta-virtualization][PATCH] podman-compose: Add missing runtime dependency python-dotenv
on 11/08/2023 Leonard Anderweit wrote:
> 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
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#8173): https://lists.yoctoproject.org/g/meta-virtualization/message/8173
> Mute This Topic: https://lists.yoctoproject.org/mt/100682814/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [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.