Skip to content

Commit 59c205c

Browse files
authored
temporary workaround: keeping pygobject==3.50.0 to avoid dependency issues (#37948)
1 parent 714907e commit 59c205c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controller/python/BUILD.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ chip_python_wheel_action("chip-repl") {
405405
} else if (current_os == "linux") {
406406
py_package_reqs += [
407407
"dbus-python==1.2.18",
408-
"pygobject",
408+
"pygobject==3.50.0",
409409
]
410410
}
411411

0 commit comments

Comments
 (0)