boost@1.55: depend on python instead of :python

master
ilovezfs 2018-01-01 11:59:06 -08:00
parent 7f88af0179
commit 05fa5348f1
1 changed files with 1 additions and 1 deletions

View File

@ -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")