aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/language/python.rb
diff options
context:
space:
mode:
authorXu Cheng2015-09-25 21:06:07 +0800
committerXu Cheng2015-09-26 13:51:56 +0800
commit7b97dca554459892f11f7ee28aa7eb12c763a549 (patch)
tree80600a514a234ab017b9ac3cadfdb840edd3dec9 /Library/Homebrew/language/python.rb
parent5045fc95bf91bbd0bf6d5b7612a9e664bdf80f6c (diff)
downloadbrew-7b97dca554459892f11f7ee28aa7eb12c763a549.tar.bz2
use `skip_deps_check?` instead of `ignore_deps?` hack
We previously set `ignore_deps?` as true for DependencyInstaller to avoid duplicated dependencies resolution. (See a9fc82aea30506eeacbddeb8b53fb85de8acb9d4) However, this will cause problem when pouring bottle of a dependency is failed. In this case, it will try to build dependency from source but failed due to uninstalled build deps for this formula. Another disadvantage for using `ignore_deps?` hack is we cannot distinguish users passing `--ignore-dependencies` flag from we are in `DependencyInstaller`. So, let's differentiate these using `skip_deps_check?`
Diffstat (limited to 'Library/Homebrew/language/python.rb')
0 files changed, 0 insertions, 0 deletions