Skip to content

Commit dea605e

Browse files
temporary workaround: keeping pygobject==3.50.0 to avoid dependency issues (#37948) (#37971)
Co-authored-by: Amine Alami <43780877+Alami-Amine@users.noreply.github.com>
1 parent 9d596a0 commit dea605e

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
@@ -394,7 +394,7 @@ chip_python_wheel_action("chip-repl") {
394394
} else if (current_os == "linux") {
395395
py_package_reqs += [
396396
"dbus-python==1.2.18",
397-
"pygobject",
397+
"pygobject==3.50.0",
398398
]
399399
}
400400

0 commit comments

Comments
 (0)