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 <[email protected]> > --- > 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 (#9075): https://lists.yoctoproject.org/g/meta-virtualization/message/9075 Mute This Topic: https://lists.yoctoproject.org/mt/110177990/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
