[arch] fix -> randomly crashing when solving repository packages dependencies

This commit is contained in:
Vinicius Moreira
2021-04-06 09:20:25 -03:00
parent e67e5bc0a9
commit dfe765450b
2 changed files with 3 additions and 2 deletions

View File

@@ -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,