boost@1.55: depend on python instead of :python
parent
7f88af0179
commit
05fa5348f1
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue