mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[improvement][aur] optdeps dialog: 'cancel' button label changed to 'do not install'
This commit is contained in:
@@ -467,7 +467,7 @@ class ArchManager(SoftwareManager):
|
||||
depnames = {RE_SPLIT_VERSION.split(dep)[0] for dep in check_res['missing_deps']}
|
||||
dep_mirrors = self._map_mirrors(depnames)
|
||||
|
||||
if len(depnames) != len(dep_mirrors): # cheking if a dependency could not be found in any mirror
|
||||
if len(depnames) != len(dep_mirrors): # checking if a dependency could not be found in any mirror
|
||||
for dep in depnames:
|
||||
if dep not in dep_mirrors:
|
||||
message.show_dep_not_found(dep, self.i18n, handler.watcher)
|
||||
|
||||
Reference in New Issue
Block a user