Senthil Kumaran S <[email protected]> writes: > Hi Dave, > > On Monday 05 November 2012 06:13 PM, Dave Pigott wrote: >> Your change seems to have broken the scheduler on staging. >> >> In the lava-scheduler.log, there is an error "exceptions.ImportError: No >> module named yaml". What package needs to be installed? > > Hope my new fix to lava-manifest would have solved it by now. Thanks for > checking on this :) I missed this dependency change during my initial > merge proposals :(
Ah. I should have spotted this in my review. The way this should have worked is that we should have added PyYAML to install_requires to lava-dispatcher's setup.py. Then buildout would have installed that without having to add it to the 'eggs' value of the server section. (We still want to specify a version of PyYAML in the buildout.cfg to avoid upstream breaking things on us). Cheers, mwh _______________________________________________ linaro-validation mailing list [email protected] http://lists.linaro.org/mailman/listinfo/linaro-validation
