Re: [OE-core][RESEND PATCH] python3-pip: add missing RDEPENDS

2024-10-11 Thread Bartosz Golaszewski
On Fri, Oct 11, 2024 at 10:20 AM Alexander Kanavin wrote: > > On Fri, 11 Oct 2024 at 09:02, Bartosz Golaszewski via > lists.openembedded.org wrote: > > > > From: Bartosz Golaszewski > > > > pip3 package is missing the runtime dependency on tomllib. Add > > python3-modules to the recipe's RDEPEND

Re: [OE-core][RESEND PATCH] python3-pip: add missing RDEPENDS

2024-10-11 Thread Alexander Kanavin
On Fri, 11 Oct 2024 at 09:02, Bartosz Golaszewski via lists.openembedded.org wrote: > > From: Bartosz Golaszewski > > pip3 package is missing the runtime dependency on tomllib. Add > python3-modules to the recipe's RDEPENDS. If only tomllib is needed, why do we need to pull in the full set of mo

[OE-core][RESEND PATCH] python3-pip: add missing RDEPENDS

2024-10-11 Thread Bartosz Golaszewski
From: Bartosz Golaszewski pip3 package is missing the runtime dependency on tomllib. Add python3-modules to the recipe's RDEPENDS. Signed-off-by: Bartosz Golaszewski --- Resending with correct tag. meta/recipes-devtools/python/python3-pip_24.2.bb | 1 + 1 file changed, 1 insertion(+) diff --