Revert "modules: nanopb: Move pip dependencies to optional module"
This reverts commit 26614832f2
.
A bug in upstream nanopb, which this commit was pulling as part
of the submanifest update, seems to be causing test failures
on big-endian platforms.
Upstream bug: https://github.com/nanopb/nanopb/issues/1039
Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
6c7b38f5fa
commit
7d3aa194de
3 changed files with 5 additions and 2 deletions
|
@ -21,6 +21,10 @@ Pillow>=10.0
|
|||
# can be used to sign a Zephyr application binary for consumption by a bootloader
|
||||
imgtool>=2.1.0
|
||||
|
||||
# used by nanopb module to generate sources from .proto files
|
||||
grpcio-tools>=1.47.0
|
||||
protobuf>=3.20.3
|
||||
|
||||
# used by scripts/release/bug_bash.py for generating top ten bug squashers
|
||||
PyGithub
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue