element.py: Make Element.configure_dependencies() take an Iterable

Instead of guaranteeing to the plugin that we will give it a List,
it is better to be vague and retain the freedom of passing the plugin
any iterable type here.
1 file changed