Merge lp://qastaging/~bjornt/snapcraft/bug-1507357 into lp://qastaging/~snappy-dev/snapcraft/core
Proposed by
Björn Tillenius
Status: | Needs review |
---|---|
Proposed branch: | lp://qastaging/~bjornt/snapcraft/bug-1507357 |
Merge into: | lp://qastaging/~snappy-dev/snapcraft/core |
Diff against target: |
16 lines (+2/-1) 1 file modified
snapcraft/plugins/python3.py (+2/-1) |
To merge this branch: | bzr merge lp://qastaging/~bjornt/snapcraft/bug-1507357 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Snappy Developers | Pending | ||
Review via email: mp+274830@code.qastaging.launchpad.net |
Description of the change
Use the full path to the python3 executable. Otherwise, when
building a distutils based python3 project, it will try to
execute usr/bin/python3 from the build dir.
Another fix would be to change the cwd to be the installdir
when building, but not caring about the cwd seems like a
better fix to me.
To post a comment you must log in.
Unmerged revisions
- 245. By Björn Tillenius
-
Use the full path to the python3 executable.