mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
[arch] improvement: not rechecking sub-dependencies of an AUR dependency to be installed
This commit is contained in:
@@ -2108,9 +2108,10 @@ class ArchManager(SoftwareManager):
|
||||
return True
|
||||
|
||||
def _handle_aur_package_deps_and_keys(self, context: TransactionContext) -> bool:
|
||||
handled_deps = self._handle_missing_deps(context)
|
||||
if not handled_deps:
|
||||
return False
|
||||
if not context.dependency:
|
||||
handled_deps = self._handle_missing_deps(context)
|
||||
if not handled_deps:
|
||||
return False
|
||||
|
||||
check_res = makepkg.check(project_dir=context.project_dir,
|
||||
optimize=bool(context.config['optimize']),
|
||||
|
||||
Reference in New Issue
Block a user