-
Notifications
You must be signed in to change notification settings - Fork 1k
Circular dependency in Makefile #10447
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
Comments
Reposting my comment: So one solution could be to not disclose to So we would have:
I believe it would work. |
Or, we could take this as an opportunity to move more towards #4948, since it doesn't make a ton of sense right now for us to compile dependencies on one platform (the host OS) to be used on a different platform (inside the container images), which removes the need to build dependencies in the virtual environment. |
Why not to vendorize |
For example with pip install pex
pex pip-tools --console-script pip-compile --output-file pip-compile.pex
|
This removes circular dependency in Makefile added in pypi#10278 Unblocks pypi#10052 Fixes pypi#10446 Fixes pypi#10447
This removes circular dependency in Makefile added in pypi#10278 Unblocks pypi#10052 Fixes pypi#10446 Fixes pypi#10447
This removes circular dependency in Makefile added in pypi#10278 Unblocks pypi#10052 Fixes pypi#10446 Fixes pypi#10447
From #10278 (comment):
Originally posted by @miketheman in #10278 (comment)
The text was updated successfully, but these errors were encountered: