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

Support recursive source dependencies for run dependencies #3073

Open
Hofer-Julian opened this issue Feb 6, 2025 · 0 comments
Open

Support recursive source dependencies for run dependencies #3073

Hofer-Julian opened this issue Feb 6, 2025 · 0 comments
Labels
area:build Related to pixi build

Comments

@Hofer-Julian
Copy link
Contributor

Similar to #2814, but it is both less complex and brings less value.

If we look at out tutorial, we find that the Python package depends on the C++ package (python_bindings) during runtime. It would be good to be able to just add the python_bindings to the run-dependencies:

Until this issue is fixed, one has to add it manually to the environment

[dependencies]
python_bindings = { path = "packages/python_bindings" }
rich_example = { path = "." }

@Hofer-Julian Hofer-Julian added the area:build Related to pixi build label Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:build Related to pixi build
Projects
None yet
Development

No branches or pull requests

1 participant