ledger: depend on python@2

This commit is contained in:
ilovezfs 2018-04-07 01:36:56 -07:00
parent 9db27150eb
commit 5cd89f41a3

View file

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