--- a/po/meson.build.original 2020-02-20 05:29:08.000000000 +0700 +++ b/po/meson.build 2021-11-30 13:49:08.766551017 +0700 @@ -6,6 +6,6 @@ ], language: 'c') run_target('peek-update-linguas', - command : ['python', '-c', + command : ['python3', '-c', 'import os; print(" ".join((f[:-3] for f in sorted(os.listdir(".")) if f.endswith(".po"))), file=open("LINGUAS", "w"))' ])