Depend on other SimpleSwitch™ packages#
dependencies: []
With this setting you can enforce that other SimpleSwitch™ packages on the device, will be started before the specified package. E.g.
simpleswitch-hello-world:
system_requirements: []
simpleswitch-python-hello-world:
dependencies: [simpleswitch-hello-world]
would make sure that simpleswitch-hello-world
will always be started before simpleswitch-python-hello-world
.
Field is optional
See also
from the SDK Package dependencies