Skip to content

Commit a451751

Browse files
rquiduteAlami-Amine
authored andcommitted
[nrf fromtree] temporary workaround: keeping pygobject==3.50.0 to avoid dependency issues (#37948) (#37971)
Co-authored-by: Amine Alami <[email protected]> (cherry picked from commit dea605e6b5ab7116b800cf6381d70d686db3161f) Signed-off-by: Adrian Gielniewski <[email protected]>
1 parent a697d3c commit a451751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controller/python/BUILD.gn

Lines changed: 1 addition & 1 deletion
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)