Open
Description
Hello!
I am writing this as an heads up message so you don't waste time more time on this than needed (as I already did).
Currently the Dockerfile.base installs unpinned version of the pygobject
pip package.
Based on this issue the pygobject
>=3.51.0 depends on the libgirepository 2.0, however libgirepository 2.0 is not yet available in the Ubuntu 22.04, but it is in Ubuntu 24.04 (as libgirepository2.0-dev
apt package).
This means that in the current state the Zephyr's docker images fail to build.
So the solution for this is to:
- either pin
pygobject
to some version before 3.51.0 - Or transition to Ubutnu 24.04 as base image.
I imagine that the first one is the easiest. I hoped that I saved some time.
Best regards
Marko
Metadata
Metadata
Assignees
Labels
No labels