update missed by rebase
This commit is contained in:
parent
3d84549fbe
commit
e59901d1f4
@ -2110,7 +2110,7 @@ def relocate_package(spec):
|
||||
dependent_edges = spec[name].edges_from_dependents()
|
||||
virtuals = set()
|
||||
for edge in dependent_edges:
|
||||
virtuals.update(edge.parameters["virtuals"])
|
||||
virtuals.update(edge.virtuals)
|
||||
for virtual in virtuals:
|
||||
try:
|
||||
lookup_dag_hash = spec.build_spec[virtual].dag_hash()
|
||||
|
@ -62,18 +62,6 @@
|
||||
},
|
||||
},
|
||||
"os_compatible": {"type": "object", "additionalProperties": {"type": "array"}},
|
||||
"explicit_splices": {
|
||||
"type": "array",
|
||||
"default": [],
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"target": {"type": "string"},
|
||||
"replacement": {"type": "string"},
|
||||
"transitive": {"type": "boolean", "default": False},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user