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:
Pieter De Gendt 2022-06-23 09:09:24 +02:00 committed by Carles Cufí
commit 657a67d090

View file

@ -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