modules: nanopb: Move pip dependencies to optional module
The west packages extension can be used to install module dependencies. Upstream nanopb has added the pip package dependencies to the zephyr/module.yml file. Remove in-tree pip package dependencies. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
parent
5a78f8f5ba
commit
26614832f2
3 changed files with 2 additions and 5 deletions
|
@ -45,6 +45,7 @@ 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
|
||||
*************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue