python3: don't run ensurepip during build
We don't want to run ensurepip, which installs an old version of pip; we take care of this ourselves in postinstall. On flat (i.e. non-Framework) builds, ensurepip causes an error in postinstall because the pip-3.4 script already exists in prefix/bin. Will resolve Homebrew/linuxbrew#469.
This commit is contained in:
parent
5c260bb8b9
commit
a30b31a027
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ class Python3 < Formula
|
|||
--datarootdir=#{share}
|
||||
--datadir=#{share}
|
||||
--enable-framework=#{frameworks}
|
||||
--without-ensurepip
|
||||
]
|
||||
|
||||
args << "--without-gcc" if ENV.compiler == :clang
|
||||
|
|
Loading…
Reference in a new issue