Skip to content
This repository has been archived by the owner on Jan 7, 2019. It is now read-only.

build-system: use python2 everywhere #68

Merged
merged 1 commit into from
Feb 3, 2016

Conversation

daniel-k
Copy link
Member

@daniel-k daniel-k commented Feb 2, 2016

xpcc uses a lot of custom python scripting with the assumption that /usr/bin/env python and the python executable itself point to a Python 2.x runtime. As a consequence, xpcc fails building on systems that default to a Python 3.x runtime.

This PR replaces references to python with python2 everywhere in order to explicitly use a Python 2 runtime.

@salkinium
Copy link
Member

This works fine on OSX 10.9 and Ubuntu 14.04 (specifically the xpcc-vm).
Has this been tested on other platforms?

@salkinium salkinium self-assigned this Feb 2, 2016
@daniel-k
Copy link
Member Author

daniel-k commented Feb 3, 2016

For me this works on Arch Linux.

@ekiwi
Copy link
Member

ekiwi commented Feb 3, 2016

in general this should work on all systems, that confirm to PEP 0394

@ekiwi
Copy link
Member

ekiwi commented Feb 3, 2016

tested on Fedora 23

@salkinium: fast forward merge?

@salkinium
Copy link
Member

Yes, fast forward merge please

@ekiwi ekiwi merged commit 3bcd6f2 into roboterclubaachen:develop Feb 3, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants