meson: use new 'python' module instead of deprecated 'python3' one

https://github.com/mesonbuild/meson/pull/4169
This commit is contained in:
Tim-Philipp Müller 2019-02-18 16:53:07 +00:00
parent 7ea556d034
commit cb21aed7dc

View file

@ -48,7 +48,7 @@ subprojects = [
['gst-python', { 'option': get_option('python') }],
]
python3 = import('python3').find_python()
python3 = import('python').find_installation()
symlink = '''
import os