# run any necessary commands to install dependencies for this distro
if'dependencies'inplugin_install_yaml:
deps=plugin_install_yaml['dependencies']
# First, is this distro / os in the list?
# If not, warn the user that things may go wrong
ifdistro_idnotindeps:
info('Cannot find dependency install instructions for distro with id {}.\nProceeding without dependencies (this may lead to error).'.format(distro_id))
else:
# If no 'all', or if the current version is not in the list