update missed by rebase

This commit is contained in:
Gregory Becker 2024-07-09 16:42:28 -07:00
parent 3d84549fbe
commit e59901d1f4
2 changed files with 1 additions and 13 deletions

View File

@ -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()

View File

@ -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},
},
},
},
},
}
}