Nested stack dependency
Assume stack A depends on ros stack and its stack.xml file has "<depend stack="ros"/> and assume that I create another stack B which depends on stack A and stack ros. If B's stack.xml specifies <depend stack="A"/>, does stack B also inherit "ros" stack as its dependency or do I need to explicitly specify <depend stack="ros"/> as well? Thanks.