sslyze: depend on python instead of :python

master
ilovezfs 2018-01-01 11:42:43 -08:00
parent cf764b6eda
commit c219b5ea38
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class Sslyze < Formula
end
depends_on :arch => :x86_64
depends_on :python if MacOS.version <= :snow_leopard
depends_on "python" if MacOS.version <= :snow_leopard
depends_on "openssl@1.1"
resource "asn1crypto" do