Michael Rohleder writes: > on current (8e3a1a62ae) master, gnome doesnt build, because totem tests > fail. > in order to fix this, i tried adding python-toml and python-astroid to > native-inputs of totem. > then the tests fail, because python-astroid seems to old, so here is a > patch for that. > now, the tests still fail, but we might be a small step closer... ;) Uff, thanks for the heads-up, I have reverted the pylint update. > I only tested this lightly with building the other 3 deps: > "python-language-server rtv tuir" and python2-astroid. Heh, that's what I did too because I did not have WebKitGTK readily available for testing the Totem build. ;-) However now I do, and can confirm that Totem still builds with this patch. I also added a follow-up patch to remove the unused nose and typing-ast inputs. Applied!