Skip to content

Commit

Permalink
cxxtest: depend on python@2
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Apr 9, 2018
1 parent 5215b6d commit 6a2549c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/cxxtest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Cxxtest < Formula
sha256 "de1e98e94198507c65ecb17ae240b995ae8f03dadeafbde27bb704df2e10737c" => :mountain_lion
end

depends_on "python@2" if MacOS.version <= :snow_leopard
depends_on "python@2"

def install
ENV["PYTHONPATH"] = lib+"python2.7/site-packages"
Expand Down

0 comments on commit 6a2549c

Please sign in to comment.