We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to figure out why setuptools is still in the list of "easy" dependencies. The background is this bug report that I'm trying to solve: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1094339
From what I can see, it's only used during the packaging process, but there's nothing that would need setuptools at runtime.
Can you clarify where setuptools is used in the code, and if it can be safely removed from the runtime dependencies?
The text was updated successfully, but these errors were encountered:
Thanks for the report! Yeah that's a legacy thing from before pyproject.toml[build] existed, I'll remove it in #2360
pyproject.toml[build]
Sorry, something went wrong.
a7a6815
Successfully merging a pull request may close this issue.
I'm trying to figure out why setuptools is still in the list of "easy" dependencies.
The background is this bug report that I'm trying to solve: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1094339
From what I can see, it's only used during the packaging process, but there's nothing that would need setuptools at runtime.
Can you clarify where setuptools is used in the code, and if it can be safely removed from the runtime dependencies?
The text was updated successfully, but these errors were encountered: