Skip to content

Commit 8beac91

Browse files
Merge branch 'master' into bugfix/lwip_file_correction
2 parents 6f66c14 + b56134c commit 8beac91

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/chef/esp32/main/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ set(SRC_DIRS_LIST
5454
"${CHEF}/common/clusters/target-navigator/"
5555
"${CHEF}/common/clusters/temperature-control/"
5656
"${CHEF}/common/clusters/wake-on-lan/"
57+
"${CHEF}/common/clusters/window-covering/"
5758
"${CHIP_ROOT}/zzz_generated/app-common/app-common/zap-generated/attributes"
5859
)
5960

src/controller/python/BUILD.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ chip_python_wheel_action("chip-repl") {
405405
} else if (current_os == "linux") {
406406
py_package_reqs += [
407407
"dbus-python==1.2.18",
408-
"pygobject",
408+
"pygobject==3.50.0",
409409
]
410410
}
411411

0 commit comments

Comments
 (0)