fix issue with missing pyyaml
we are using yaml in tests but not installing in when you run manually from VM
import yaml
ModuleNotFoundError: No module named 'yaml'
install it for all distributions
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
we are using yaml in tests but not installing in when you run manually from VM
import yaml
ModuleNotFoundError: No module named 'yaml'
install it for all distributions