GNOME Bugzilla – Bug 786082
totem 3.25.90 doesn't recognize python3
Last modified: 2017-08-10 09:19:14 UTC
totem 3.25.90 The meson build checks for python and pylint but not python3 and pylint3.
Created attachment 357326 [details] [review] build: Use idiomatic way of detecting Python3 And up the required Python version. We haven't supported running against Python2 since 2013, so try to detect a Python3 newer than "3.0".
Created attachment 357327 [details] [review] build: Check for alternative pylint names first So that weirdly named Python3-enabled pylint are detected first, before we fallback to "pylint".
Created attachment 357328 [details] [review] build: Use idiomatic way of detecting Python3 And up the required Python version. We haven't supported running against Python2 since 2013, so try to detect a Python3 newer than "3.0". This also fixes running "python --version" (call had incorrect syntax) and gather the version number (version appears on stdout not stderr).
Attachment 357327 [details] pushed as d125aff - build: Check for alternative pylint names first Attachment 357328 [details] pushed as 18697d3 - build: Use idiomatic way of detecting Python3