mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 17:34:14 +02:00
[arch] fix -> randomly crashing when solving repository packages dependencies
This commit is contained in:
@@ -393,7 +393,7 @@ class DependenciesAnalyser:
|
||||
for t in aur_threads:
|
||||
t.join()
|
||||
|
||||
missing_subdeps = self.map_missing_deps(pkgs_data=deps_data, provided_map=provided_map, aur_index=aur_index,
|
||||
missing_subdeps = self.map_missing_deps(pkgs_data={**deps_data}, provided_map=provided_map, aur_index=aur_index,
|
||||
deps_checked=deps_checked, sort=False, deps_data=deps_data,
|
||||
watcher=watcher,
|
||||
remote_provided_map=remote_provided_map,
|
||||
|
||||
Reference in New Issue
Block a user