Use python3 whenever possible. Python 2 is EOL and the python binary might not be installed.
This obsoletes a Debian patch applied to their package.
Co-authored-by: Enrico Tröger <enrico.troeger@uvena.de>
The checks itself were correct, but the logic for the final decision
didn't properly handle `--enable-gtkdoc-header=auto`, which also
happens to be the default.
Also fix hiding error messages from Python when trying to import the
`lxml` module to see whether it's available or not.
Closes#929.