On Fri, 22 May 2020 at 19:15, Thomas Koenig via Gcc <g...@gcc.gnu.org> wrote: > > Hi, > > what's currently in trunk (as of a few hours ago) fails for me with > > File "contrib/mklog.py", line 36, in <module> > from unidiff import PatchSet > ModuleNotFoundError: No module named 'unidiff' > > I think this is an error which would have to be taken into account > one way or another - maybe include it in download_prerequisites ?
No, most people do not want download_prerequisites to start installing python packages, they should use their system's package manager. > > Regards > > Thomas