meson: Fix usage of python3 variable which was renamed recently

This commit is contained in:
Thibault Saunier 2022-09-08 12:23:59 -04:00 committed by Sebastian Dröge
parent 528bbcf67e
commit f966b3a573

View file

@ -82,7 +82,7 @@ build_hotdoc = true
plugins_doc = []
sitemap = 'all_index.md\n'
list_plugin_res = run_command(python3, '-c',
list_plugin_res = run_command(python, '-c',
'''
import sys
import json