Skip to content

Commit 7db90e3

Browse files
Alami-Aminerquidute
authored andcommitted
temporary workaround: keeping pygobject==3.50.0 to avoid dependency issues (project-chip#37948)
1 parent 9d596a0 commit 7db90e3

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)