lets say there is wrap desc MyWrap.wrapdesc:
name: MyWrap
depends: WrapA
depends: WrapB
directory-structure: src\{scope: MyScope=myscope}\**
and scope wrapdesc MyWrap.myscope.wrapdesc:
depedends: WrapC
o update-wrap will update only WrapA and WrapB while WrapC would not even be metioned in logs
Is it expected behavior?