From: Tim-Philipp Müller Date: Thu, 21 Mar 2019 13:31:57 +0000 (+0000) Subject: meson: use new 'python' module instead of deprecated 'python3' one X-Git-Tag: 1.19.3~503^2~562 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9cbdb7b5043f5be2eb3be1774a92d53d829ad67c;p=platform%2Fupstream%2Fgstreamer.git meson: use new 'python' module instead of deprecated 'python3' one --- diff --git a/meson.build b/meson.build index 6d8f1f8..52f2a88 100644 --- a/meson.build +++ b/meson.build @@ -146,5 +146,5 @@ if not get_option('examples').disabled() subdir('tests') endif -python3 = import('python3').find_python() +python3 = import('python').find_installation() run_command(python3, '-c', 'import shutil; shutil.copy("hooks/pre-commit.hook", ".git/hooks/pre-commit")')