-
Notifications
You must be signed in to change notification settings - Fork 178
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
Unneeded dependency: macholib #145
Comments
Yes, |
Sorry to insist, but are we sure? Because a grep shows that this is only referenced in |
I asked Honestly I barely know anything about packaging or programming so I am not certain that it is required lol. Thank you for attempting to package this for Fedora! :) |
I believe [tool.poetry.dev-dependencies]
macholib = {version = "*", platform = "darwin", optional=true} I'm not a maintainer, so take that with a grain of salt. |
Ah, |
Is
macholib
required? I was trying to package this for Fedora, and I was confused, because the build instructions do not include this library, but the poetry lock lists it.The text was updated successfully, but these errors were encountered: