Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PoC][DNM] Add pip requirements for zephyr module #5

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pdgendt
Copy link
Collaborator

@pdgendt pdgendt commented Nov 2, 2024

Update the zephyr/module.yml with pip requirements.

NOTE: This PR is to demonstrate pip in zephyr module files.

@@ -2,3 +2,6 @@ name: nanopb
build:
cmake-ext: True
kconfig-ext: True
pip:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here I would call this packages, not pip, so

packages:
  python:
   ....

This way we can extend this in the future to other things.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it does make more sense to have the tool itself as a key, Both packages and requirements are specific to pip. It does not make sense to have it for poetry for example.

We can add another level to group more package management tools.

Update the zephyr/module.yml with pip requirements.

Signed-off-by: Pieter De Gendt <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants