Allow removal of packages that depend on virtual packages with more than 1 provider

This commit is contained in:
2026-04-24 20:41:16 +03:00
parent 2de4eea7a4
commit 596d8753a7
4 changed files with 7 additions and 27 deletions
+1 -1
View File
@@ -627,7 +627,7 @@ func (pkgInfo *PackageInfo) CreateReadableInfo(rootDir string) string {
builder.WriteString("\n")
}
}
builderWriteArray("Dependant packages", pkgInfo.GetPackageDependants(rootDir), true)
builderWriteArray("Dependant packages", pkgInfo.GetPackageDependants(rootDir, false), true)
builderWriteArray("Optionally dependant packages", pkgInfo.GetPackageOptionalDependants(rootDir), true)
// Other package relations