scripts/requirements: Replace protobuf with grpcio-tools
The nanopb module generates source files from .proto files, however the latest protobuf v4.21.0 python package breaks compatibility. Using grpcio-tools instead fixes this. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
parent
265731b971
commit
657a67d090
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ Pillow
|
||||||
imgtool>=1.7.1
|
imgtool>=1.7.1
|
||||||
|
|
||||||
# used by nanopb module to generate sources from .proto files
|
# used by nanopb module to generate sources from .proto files
|
||||||
protobuf
|
grpcio-tools
|
||||||
|
|
||||||
# used by scripts/release/bug_bash.py for generating top ten bug squashers
|
# used by scripts/release/bug_bash.py for generating top ten bug squashers
|
||||||
PyGithub
|
PyGithub
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue