INSTALL.meson: List python as a requirement
Though it's sort of already there in as a meson dependency - not sure if that also defines high enough minimum version.
Reply To cazfi
not sure if that also defines high enough minimum version.
For our minimum meson version (0.48) the minimum python version is 3.5, i.e., higher than what we require for our own scripts (3.4).
INSTALL.meson refers to INSTALL for requirements, and only lists meson itself and ninja as additional requirements. There's additional difference in that meson based build needs python *always*, while autotools build (documented in INSTALL) from a release tarball does not need it.