No longer works on macOS
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
### Bug Description
Expects the `debian` module to be there, so fails on macOS.
### To Reproduce
Try this Homebrew recipe:
https://github.com/Homebrew/homebrew-core/compare/master...Saviq:homebrew-core:snapcraft-8-5
### part yaml
```shell
N/A
```
### Relevant log output
```shell
$ snapcraft --version
Traceback (most recent call last):
File "/opt/homebrew/bin/snapcraft", line 5, in <module>
from snapcraft.application import main
File "/opt/homebrew/Cellar/snapcraft/8.5.0/libexec/lib/python3.13/site-packages/snapcraft/application.py", line 38, in <module>
from snapcraft import cli, commands, errors, models, services, store
File "/opt/homebrew/Cellar/snapcraft/8.5.0/libexec/lib/python3.13/site-packages/snapcraft/cli.py", line 34, in <module>
from snapcraft.parts import plugins
File "/opt/homebrew/Cellar/snapcraft/8.5.0/libexec/lib/python3.13/site-packages/snapcraft/parts/__init__.py", line 21, in <module>
from .lifecycle import patch_elf, set_global_environment, set_step_environment
File "/opt/homebrew/Cellar/snapcraft/8.5.0/libexec/lib/python3.13/site-packages/snapcraft/parts/lifecycle.py", line 40, in <module>
from .parts import PartsLifecycle, launch_shell
File "/opt/homebrew/Cellar/snapcraft/8.5.0/libexec/lib/python3.13/site-packages/snapcraft/parts/parts.py", line 25, in <module>
from craft_archives import repo
File "/opt/homebrew/Cellar/snapcraft/8.5.0/libexec/lib/python3.13/site-packages/craft_archives/repo/__init__.py", line 19, in <module>
from .installer import install, install_in_root
File "/opt/homebrew/Cellar/snapcraft/8.5.0/libexec/lib/python3.13/site-packages/craft_archives/repo/installer.py", line 25, in <module>
from .apt_sources_manager import AptSourcesManager
File "/opt/homebrew/Cellar/snapcraft/8.5.0/libexec/lib/python3.13/site-packages/craft_archives/repo/apt_sources_manager.py", line 27, in <module>
from debian.deb822 import Deb822
ModuleNotFoundError: No module named 'debian'
```
Evaluation history
No evaluation history available.