You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Fixessonic-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.
0 commit comments