Skip to content

Commit

Permalink
mycli: 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 af78008 commit a8db797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/mycli.rb
Expand Up @@ -13,7 +13,7 @@ class Mycli < Formula
sha256 "efb1798af243e65cc470d754439b5d82fde609081d5e77b40e0a29ea0d36b5d1" => :el_capitan
end

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

resource "asn1crypto" do
Expand Down

0 comments on commit a8db797

Please sign in to comment.