-
Notifications
You must be signed in to change notification settings - Fork 8
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
No longer works on macOS #141
Comments
That's odd - craft-archives uses the python-debian package which is a regular PyPI package, so it should be present on the environment. Does the issue happen if you install craft-archives on a venv and do |
@tigarmo is there a point in having (there are some others, too, so there must be prior art around skipping these where appropriate) |
arguably there's no point in having |
If Snapcraft can/should deal without |
It's still unclear to me whether there is an issue at all. Snapcraft declares that it needs craft-archives, which in turn declares that it needs python-debian. Any setup that doesn't include the dependencies is bound to be, at the very least, fragile. Wouldn't the correct fix be to add |
Not my call to make, but I'd say if we can, we shouldn't have dormant bytes in there. There's a reason why the formula has |
Bug Description
Expects the
debian
module to be there, so fails on macOS.To Reproduce
Try this Homebrew recipe:
Homebrew/homebrew-core@master...Saviq:homebrew-core:snapcraft-8-5
part yaml
Relevant log output
The text was updated successfully, but these errors were encountered: