Skip to content

Commit

Permalink
RPC: Fix console python dependency (#22875)
Browse files Browse the repository at this point in the history
Add missing pw_tokenizer dependency.
  • Loading branch information
rgoliver authored and pull[bot] committed Aug 15, 2023
1 parent 2214e30 commit 6612989
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/common/pigweed/rpc_console/py/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ pw_python_package("chip_rpc") {
"$dir_pw_log_tokenized/py",
"$dir_pw_protobuf_compiler/py",
"$dir_pw_rpc/py",
"$dir_pw_tokenizer/py",
"${chip_root}/examples/common/pigweed:attributes_service.python",
"${chip_root}/examples/common/pigweed:button_service.python",
"${chip_root}/examples/common/pigweed:descriptor_service.python",
Expand Down

0 comments on commit 6612989

Please sign in to comment.