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 per-requirements overrides (--install-option and --global-option flags) #115

Open
rgov opened this issue Jan 7, 2019 · 1 comment

Comments

@rgov
Copy link

rgov commented Jan 7, 2019

This issue discusses a few use cases where it would be useful to be able to specify additional flags to pass to setup.py, which is what pip's --install-option does.

It was recommended that a bug in this repo be filed to hash out the spec changes, but I did not see one.

@numshub proposed this syntax, to which no one objected. I have a preference for considering a different way to specify multiple options, since this complicates how whitespace is treated.

apackage={version = "*", install-option = "--arg1 --arg2"}
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

2 participants