-
Notifications
You must be signed in to change notification settings - Fork 74
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
Add setuptools
and/or wheel
to requirements/host
when used
#2888
Comments
cc @beckermr |
yes we can add a mini-migrator but we'll need to figure out a decent way to understand what we need to add - it is not clear to me when we need setuptools-only vs both setuptools+wheel. |
To the extent that Python packages declare these dependencies in their Is this something that |
|
Can you please share some examples? Identifying the edge cases will help us come up with a better solution |
Oh right sorry. Here are the ones I am thinking of. None of them mean we cannot do this, but it will require thought+code.
|
As an interesting example
AFAICT it is only used in |
Even more interestingly, setuptools is already in host in that recipe. :/ |
Ahhhh. The bot flagging that is not related to depfinder or grayskull but is because it detected that package in host. |
In preparation for changes in
pip
's packaging as discussed in issue ( conda-forge/pip-feedstock#124 ), it would be good if we could detect the usage ofsetuptools
and/orwheel
in Python packages and add them torequirements/host
if they are neededThe text was updated successfully, but these errors were encountered: