mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-19 19:28:22 +00:00
Fix bug in dependency resolution
This commit is contained in:
@@ -351,7 +351,7 @@ func (l *PackageList) VerifyDependencies(options int, architectures []string, so
|
||||
cache[hash] = satisfied
|
||||
}
|
||||
|
||||
if !satisfied && !ok {
|
||||
if !satisfied {
|
||||
variantsMissing = append(variantsMissing, dep)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user