ledger: depend on python@2
This commit is contained in:
parent
9db27150eb
commit
5cd89f41a3
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class Ledger < Formula
|
|||
depends_on "boost"
|
||||
depends_on "gmp"
|
||||
depends_on "mpfr"
|
||||
depends_on "python@2" => :recommended if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2" => :recommended
|
||||
depends_on "boost-python" if build.with? "python@2"
|
||||
|
||||
needs :cxx11
|
||||
|
|
Loading…
Reference in a new issue