diff --git a/examples/lighting-app/linux/BUILD.gn b/examples/lighting-app/linux/BUILD.gn index d17df1c178f627..f07060bc302d61 100644 --- a/examples/lighting-app/linux/BUILD.gn +++ b/examples/lighting-app/linux/BUILD.gn @@ -87,13 +87,6 @@ executable("chip-lighting-app") { group("linux") { deps = [ ":chip-lighting-app" ] - - if (chip_enable_pw_rpc) { - deps += [ - "${chip_root}/examples/common/pigweed/rpc_console/py:chip_rpc.install", - "${chip_root}/examples/common/pigweed/rpc_console/py:chip_rpc_wheel", - ] - } } group("default") {