Hi Eric,
libopencm3 in master requires the python-yaml
package.
If your paparazzi packages are up-to-date you
should have version 3.7 of the paparazzi-dev package,
which should automatically pull in python-yaml as
a dependency.
If that is not the case, please let me know which version
of paparazzi-dev you have:
apt-cache show paparazzi-dev | grep Version
You can also install python-yaml by hand if
needed:
sudo apt-get install python-yaml.
To test the proposed fix on v4.2 you can also just
checkout the v4.2_vsupply_fix branch from my repository as
explained in the previous email.
Hope that helps.
Cheers, Felix