The version of the Python interpreter in binaries is confusing. Packaging guidelines state: If executables are to be shipped for both python 2 and python 3: Both python 2 and python 3 variants must provide symlinks with a '-X' and '-X.Y' suffix (python runtime major version, or python runtime major.minor version), unless upstream already provides appropriately versioned executables without the dash.
Created attachment 1094307 [details] Proposed patch.
*** This bug has been marked as a duplicate of bug 1282140 ***