* [meta-virtualization][PATCH][styhead][master] podman-compose: Add runtime dependencies
@ 2024-12-18 9:21 Leonard Anderweit
2024-12-29 3:54 ` Bruce Ashfield
2025-01-07 22:06 ` Bruce Ashfield
0 siblings, 2 replies; 3+ messages in thread
From: Leonard Anderweit @ 2024-12-18 9:21 UTC (permalink / raw)
To: meta-virtualization
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>
---
recipes-containers/podman-compose/podman-compose_git.bb | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/recipes-containers/podman-compose/podman-compose_git.bb b/recipes-containers/podman-compose/podman-compose_git.bb
index 0ee171dc88ad..c76bf1c447b8 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"
DEPENDS += "python3-pyyaml-native"
RDEPENDS:${PN} += "\
- python3-pyyaml \
+ python3-asyncio \
python3-dotenv \
+ python3-json \
+ python3-pyyaml \
+ python3-unixadmin \
"
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-virtualization][PATCH][styhead][master] podman-compose: Add runtime dependencies
2024-12-18 9:21 [meta-virtualization][PATCH][styhead][master] podman-compose: Add runtime dependencies Leonard Anderweit
@ 2024-12-29 3:54 ` Bruce Ashfield
2025-01-07 22:06 ` Bruce Ashfield
1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2024-12-29 3:54 UTC (permalink / raw)
To: L.Anderweit; +Cc: meta-virtualization
[-- Attachment #1: Type: text/plain, Size: 1794 bytes --]
I haven't forgotten about this and will address it when I return from
holidays on January 2nd.
Bruce
On Wed, Dec 18, 2024 at 4:21 AM Leonard Anderweit via lists.yoctoproject.org
<L.Anderweit=phytec.de@lists.yoctoproject.org> wrote:
> 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>
> ---
> recipes-containers/podman-compose/podman-compose_git.bb | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/recipes-containers/podman-compose/podman-compose_git.bb
> b/recipes-containers/podman-compose/podman-compose_git.bb
> index 0ee171dc88ad..c76bf1c447b8 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"
> DEPENDS += "python3-pyyaml-native"
>
> RDEPENDS:${PN} += "\
> - python3-pyyaml \
> + python3-asyncio \
> python3-dotenv \
> + python3-json \
> + python3-pyyaml \
> + python3-unixadmin \
> "
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#9061):
> https://lists.yoctoproject.org/g/meta-virtualization/message/9061
> Mute This Topic: https://lists.yoctoproject.org/mt/110177990/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [
> bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
--
- Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end
- "Use the force Harry" - Gandalf, Star Trek II
[-- Attachment #2: Type: text/html, Size: 3497 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [meta-virtualization][PATCH][styhead][master] podman-compose: Add runtime dependencies
2024-12-18 9:21 [meta-virtualization][PATCH][styhead][master] podman-compose: Add runtime dependencies Leonard Anderweit
2024-12-29 3:54 ` Bruce Ashfield
@ 2025-01-07 22:06 ` Bruce Ashfield
1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2025-01-07 22:06 UTC (permalink / raw)
To: L.Anderweit; +Cc: meta-virtualization
Sorry for the delay on this.
I'm now starting a full upgrade cycle on the meta-virtualization
recipes, so I've caught up on other pending items.
I've been known to reject cleanups mixed in with fixes, but
since I've already made you wait a long time for this, I just
merged it as-is!
Bruce
In message: [meta-virtualization][PATCH][styhead][master] podman-compose: Add runtime dependencies
on 18/12/2024 Leonard Anderweit via lists.yoctoproject.org wrote:
> 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>
> ---
> recipes-containers/podman-compose/podman-compose_git.bb | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/recipes-containers/podman-compose/podman-compose_git.bb b/recipes-containers/podman-compose/podman-compose_git.bb
> index 0ee171dc88ad..c76bf1c447b8 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"
> DEPENDS += "python3-pyyaml-native"
>
> RDEPENDS:${PN} += "\
> - python3-pyyaml \
> + python3-asyncio \
> python3-dotenv \
> + python3-json \
> + python3-pyyaml \
> + python3-unixadmin \
> "
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#9061): https://lists.yoctoproject.org/g/meta-virtualization/message/9061
> Mute This Topic: https://lists.yoctoproject.org/mt/110177990/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] 3+ messages in thread
end of thread, other threads:[~2025-01-07 22:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-18 9:21 [meta-virtualization][PATCH][styhead][master] podman-compose: Add runtime dependencies Leonard Anderweit
2024-12-29 3:54 ` Bruce Ashfield
2025-01-07 22:06 ` 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.