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