Name of the addon
i.landsat.download
Describe the bug
Installation of i.landsat.download fails if yaml package is missing.
Compiling...
Traceback (most recent call last):
File "/var/folders/41/b45_b8253jn3rxtr4cd0bd7c0000gn/T/grass8-nicklas-17844/tmpdmiu8grk/i.landsat/grass_addons/src/imagery/i.landsat/scripts/i.landsat.download", line 159, in <module>
import yaml
ModuleNotFoundError: No module named 'yaml'
make[1]: *** [i.landsat.download.tmp.html] Error 1
It should be added to the documentation that PyYAML is required package.