[action] [PR:228] Pin PyGObject to 3.50.0#233
Merged
mssonicbld merged 1 commit intosonic-net:202411from Mar 28, 2025
Merged
Conversation
Newer versions of PyGObject depend on libgirepository-2.0-dev which isn't packaged for Debian. This leads to build failures like
Collecting PyGObject
Downloading pygobject-3.52.1.tar.gz (1.2 MB)
...
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [24 lines of output]
...
../meson.build:31:9: ERROR: Dependency 'girepository-2.0' is required but not found.
Pin the version of PyGObject to 3.50.0 which is the latest version known to work.
Fixes sonic-net/sonic-buildimage#21984
This needs to be cherry-picked onto the 202411branch. Probably 202405 and 202311 too. I don't think it'll apply cleanly to 202305 so that'd need a branch specific change.
Author
|
Original PR: #228 |
Author
|
/azp run |
Merged
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Looks like the 202411 branch of sonic-buildimage hasn't been updated to include this submodule commit. It's still pointing to a commit from Feb https://github.com/sonic-net/sonic-buildimage/tree/202411/src Can this be fixed? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Newer versions of PyGObject depend on libgirepository-2.0-dev which isn't packaged for Debian. This leads to build failures like
Collecting PyGObject
Downloading pygobject-3.52.1.tar.gz (1.2 MB)
...
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [24 lines of output]
...
Pin the version of PyGObject to 3.50.0 which is the latest version known to work.
Fixes sonic-net/sonic-buildimage#21984
This needs to be cherry-picked onto the 202411branch. Probably 202405 and 202311 too. I don't think it'll apply cleanly to 202305 so that'd need a branch specific change.