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:
Benjamin Cabé 2024-11-29 18:27:25 +01:00 committed by Benjamin Cabé
commit 7d3aa194de
3 changed files with 5 additions and 2 deletions

View file

@ -45,7 +45,6 @@ Additionally, Nanopb is an optional module and needs to be added explicitly to t
west config manifest.project-filter -- +nanopb
west update
west packages pip --install
Configuration
*************