Skip to content

Commit

Permalink
statik: 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 bd1877a commit dcb19b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/statik.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Statik < Formula
sha256 "9854b3a59217e9f747890fdad3cba25245bb264dcd72350a8b805701e8b46870" => :el_capitan
end

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

conflicts_with "go-statik", :because => "both install `statik` binaries"

Expand Down

0 comments on commit dcb19b9

Please sign in to comment.