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

Better support for local libraries #5

Merged
merged 1 commit into from
Dec 6, 2022
Merged

Conversation

jvolkman
Copy link
Collaborator

@jvolkman jvolkman commented Dec 6, 2022

If a py_library is included in a venv and uses the imports attr, it will
be linked into the site-packages directory with the proper path.

Additionally, an always_link attr is added that, when True, will allways
link py_library targets into site-packages even if they don't specify
imports.

For #1

If a py_library is included in a venv and uses the imports attr, it will
be linked into the site-packages directory with the proper path.

Additionally, an always_link attr is added that, when True, will allways
link py_library targets into site-packages even if they don't specify
imports.
@jvolkman jvolkman merged commit cc898a8 into main Dec 6, 2022
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.

None yet

1 participant