WIP: elements/stack: Better communicate its requirements
-
elements/stack.py: Forbid sources and build dependencies
Since the
stackplugin only cares about its runtime dependencies, explicitly forbid build dependencies and sources from being specified to avoid confusion.Fixes #1075 (closed).
-
elements/stack.py: Indicate that it does not run sandbox commands
Since the
stackelement does not run any commands inside the sandbox, indicate so in its class definition.
Edited by Chandan Singh