From 05fa5348f15eb951c6d6efe3b5af4936f289858e Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Mon, 1 Jan 2018 11:59:06 -0800 Subject: [PATCH] boost@1.55: depend on python instead of :python --- Formula/boost@1.55.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/boost@1.55.rb b/Formula/boost@1.55.rb index 4305737a26a..40ac0b26fff 100644 --- a/Formula/boost@1.55.rb +++ b/Formula/boost@1.55.rb @@ -46,7 +46,7 @@ class BoostAT155 < Formula option "with-mpi", "Build with MPI support" option :cxx11 - depends_on :python => :optional + depends_on "python" => :optional depends_on :python3 => :optional if build.with?("python3") && build.with?("python")