-
Notifications
You must be signed in to change notification settings - Fork 134
Fix PyGObject required version #264
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
Conversation
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Can we get rid of the version range requirement itself? I'm guessing that the code in this package wouldn't break if a version of |
Reading #228, seems there is a good reason to limit <= 3.50.0 |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Cherry-pick PR to 202505: #265 |
|
Cherry-pick PR to 202411: #284 |
Current slave image installs an old version.
files/build/versions/dockers/sonic-slave-bookworm/versions-py3:113:pygobject==3.42.2
Relax the install_requires range of PyGObject to allow any versions.