mirror of
https://github.com/GayPizzaSpecifications/darwin-apk.git
synced 2025-08-04 05:51:31 +00:00
fix package graph
This commit is contained in:
@ -22,6 +22,10 @@ struct ApkIndexRequirementRef {
|
||||
func satisfied(by other: ApkVersionRequirement) -> Bool {
|
||||
true
|
||||
}
|
||||
|
||||
func normalize() -> ApkIndexRequirementRef {
|
||||
.init(self._graph!, id: self.packageID, constraint: .dep(version: .any))
|
||||
}
|
||||
}
|
||||
|
||||
extension ApkIndexRequirementRef: Equatable, Hashable {
|
||||
|
Reference in New Issue
Block a user