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

poet doesn't grok setup_requires requirements #5

Open
tdsmith opened this issue Mar 17, 2015 · 0 comments
Open

poet doesn't grok setup_requires requirements #5

tdsmith opened this issue Mar 17, 2015 · 0 comments

Comments

@tdsmith
Copy link
Owner

tdsmith commented Mar 17, 2015

e.g. installing protobuf requires google-apputils at build time but not at runtime. Homebrew needs to install the setup_requires deps (and needs to install them into buildpath).

Sorting install_requires deps on the dependency graph is not helpful because they are not needed at install time. Sorting recursive setup_requires deps is important but hopefully rarely necessary.

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

No branches or pull requests

1 participant