mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
[arch] fix -> some conflict resolution scenarios when upgrading several packages
This commit is contained in:
@@ -456,7 +456,9 @@ class DependenciesAnalyser:
|
||||
return missing_deps
|
||||
|
||||
def map_all_required_by(self, pkgnames: Iterable[str], to_ignore: Set[str]) -> Set[str]:
|
||||
to_ignore.update(pkgnames)
|
||||
if pkgnames:
|
||||
to_ignore.update(pkgnames)
|
||||
|
||||
all_requirements = {req for reqs in pacman.map_required_by(pkgnames).values() for req in reqs if req not in to_ignore}
|
||||
|
||||
if all_requirements:
|
||||
|
||||
Reference in New Issue
Block a user