Skip to content

Fix meson deprecated python3 module

Fix this meson warning:

WARNING: Deprecated features used:
 * 0.48.0: {'python3 module'}

Note: I am not an expert of builds. With these changes, the build worked with no warning on Ubuntu 20.04. I noticed an execution permission denied problem afterwards that I fixed with 2 changes (/usr/bin/env python3) in the .in files. I suspect this change is associated with the fact that I have no more python interpreter under /usr/bin; only python2 and python3.

Edited by Christian Perreault

Merge request reports