Skip to content

Commit 70de4d1

Browse files
authored
Fix PyGObject required version (#264)
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.
1 parent 953816b commit 70de4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
'dbus-python',
4949
'systemd-python',
5050
'Jinja2>=2.10',
51-
'PyGObject==3.50.0',
51+
'PyGObject',
5252
'pycairo==1.26.1',
5353
'psutil'
5454
] + sonic_dependencies,

0 commit comments

Comments
 (0)