mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
Remove Snap support from Bearhub
This commit is contained in:
@@ -1002,10 +1002,6 @@ def get_packages_to_sync_first() -> Set[str]:
|
||||
return set()
|
||||
|
||||
|
||||
def is_snapd_installed() -> bool:
|
||||
return bool(run_cmd('pacman -Qq snapd', print_error=False))
|
||||
|
||||
|
||||
def list_hard_requirements(name: str, logger: Optional[logging.Logger] = None,
|
||||
assume_installed: Optional[Set[str]] = None) -> Optional[Set[str]]:
|
||||
cmd = StringIO()
|
||||
|
||||
Reference in New Issue
Block a user