python3: clarify pour_bottle reason

Closes #2502.
This commit is contained in:
Dominyk Tiller 2016-06-30 17:42:47 +01:00
parent 9ff2d8ca79
commit 86ed5034a7
No known key found for this signature in database
GPG key ID: FE19AEFCF658C6F6

View file

@ -93,7 +93,11 @@ class Python3 < Formula
# setuptools remembers the build flags python is built with and uses them to
# build packages later. Xcode-only systems need different flags.
pour_bottle? do
reason "The bottle needs the Xcode CLT to be installed."
reason <<-EOS.undent
The bottle needs the Apple Command Line Tools to be installed.
You can install them, if desired, with:
xcode-select --install
EOS
satisfy { MacOS::CLT.installed? }
end