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
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
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 --