Skip to content

Commit 6543569

Browse files
mkardous-silabsAlami-Amine
andauthoredMar 11, 2025··
[CSA-CP] temporary workaround: keeping pygobject==3.50.0 to avoid dependency i… (#334)
Co-authored-by: Amine Alami <43780877+Alami-Amine@users.noreply.github.com>

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)
Please sign in to comment.