constrain: handle conditional deps
Signed-off-by: Gregory Becker <becker33@llnl.gov>
This commit is contained in:
parent
b4f938adf4
commit
893d56ac2c
@ -3193,6 +3193,7 @@ def _constrain_dependencies(self, other: "Spec") -> bool:
|
|||||||
depflag=dep_spec_copy.depflag,
|
depflag=dep_spec_copy.depflag,
|
||||||
virtuals=dep_spec_copy.virtuals,
|
virtuals=dep_spec_copy.virtuals,
|
||||||
direct=dep_spec_copy.direct,
|
direct=dep_spec_copy.direct,
|
||||||
|
when=dep_spec_copy.when,
|
||||||
)
|
)
|
||||||
changed = True
|
changed = True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user