scripts/graph-build-time: properly warn about missing modules
authorLuca Ceresoli <luca@lucaceresoli.net>
Sun, 12 Oct 2014 10:52:22 +0000 (12:52 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 12 Oct 2014 15:23:06 +0000 (17:23 +0200)
commit9722381c0da7203c725c8f589cd84b4c55f8c9a7
tree2a60c29ec3f2fda2578ec774f1703eb46eb99874
parent96183af9af136da565a3e7396346a8f9d3302f31
scripts/graph-build-time: properly warn about missing modules

Currently the graph-build-time script prints a python exception if a
needed module cannot be imported. Catch the exception and tell the user
which packages are missing, as we do for other missing dependencies.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
support/scripts/graph-build-time