Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: pin pygobject pip package to 3.50.0 #223

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MarkoSagadin
Copy link

Versions of pygobject from 3.51.0 forward require
libgirepository-2.0-dev as a dependency, but that one is not yet available on the Ubuntu 22.04 (it is on 24.04).

3.50.0 version requires libgirepository-1.0-dev, which is available on the Ubuntu 22.04, however that package was never explicitly installed, so this commit also adds it.

By pinning the pip package and adding new apt package we ensure that Dockerfile.base can be even built.

Closes: #222

Versions of pygobject from 3.51.0 forward require
libgirepository-2.0-dev as a dependency, but that one is not yet
available on the Ubuntu 22.04 (it is on 24.04).

3.50.0 version requires libgirepository-1.0-dev, which is available on
the Ubuntu 22.04, however that package was never explicitly installed,
so this commit also adds it.

By pinning the pip package and adding new apt package we ensure that
Dockerfile.base can be even built.

Closes: zephyrproject-rtos#222
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Latest version of PyGObject requires Ubuntu 24.04
1 participant