|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH v1 6/6] travis: install homebrew python for OS X |
Date: | Tue, 7 Jan 2020 20:10:20 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 |
On 1/7/20 2:53 PM, Alex Bennée wrote:
Our python3 requirements now outstrip those of the build. Signed-off-by: Alex Bennée <address@hidden> --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 848a2714efe..a86ca34f79d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,6 +57,7 @@ addons: - glib - pixman - gnu-sed + - python update: true
This doesn't seem enough, I'm getting: ./configure --disable-docs --disable-tools ERROR: Cannot use '/usr/local/bin/python', Python >= 3.5 is required. Use --python=/path/to/python to specify a supported Python. Apparently we don't set this in PATH ourselves.
[Prev in Thread] | Current Thread | [Next in Thread] |