We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f66c14 + b56134c commit 8beac91Copy full SHA for 8beac91
examples/chef/esp32/main/CMakeLists.txt
@@ -54,6 +54,7 @@ set(SRC_DIRS_LIST
54
"${CHEF}/common/clusters/target-navigator/"
55
"${CHEF}/common/clusters/temperature-control/"
56
"${CHEF}/common/clusters/wake-on-lan/"
57
+ "${CHEF}/common/clusters/window-covering/"
58
"${CHIP_ROOT}/zzz_generated/app-common/app-common/zap-generated/attributes"
59
)
60
src/controller/python/BUILD.gn
@@ -405,7 +405,7 @@ chip_python_wheel_action("chip-repl") {
405
} else if (current_os == "linux") {
406
py_package_reqs += [
407
"dbus-python==1.2.18",
408
- "pygobject",
+ "pygobject==3.50.0",
409
]
410
}
411
0 commit comments