[arch] fix -> uninstall: not detecting hard requirements properly

This commit is contained in:
Vinicius Moreira
2020-09-11 11:17:27 -03:00
parent 590eb2abd2
commit 293d2a5fb0
15 changed files with 235 additions and 86 deletions

View File

@@ -19,7 +19,9 @@ def read_config(update_file: bool = False) -> dict:
'aur_build_dir': None,
'aur_remove_build_dir': True,
'aur_build_only_chosen': True,
'check_dependency_breakage': True}
'check_dependency_breakage': True,
'suggest_unneeded_uninstall': False,
'suggest_optdep_uninstall': False}
return read(CONFIG_FILE, template, update_file=update_file)