Skip to content

Commit

Permalink
b2-tools: rename python@2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Mar 2, 2018
1 parent 4581ca1 commit 7464375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/b2-tools.rb
Expand Up @@ -13,7 +13,7 @@ class B2Tools < Formula
sha256 "a15207e3615b4865877c8d48976708c926e0d095303b4c95a49b196e14acda04" => :el_capitan
end

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

conflicts_with "boost-build", :because => "both install `b2` binaries"

Expand Down

0 comments on commit 7464375

Please sign in to comment.