ssh-audit: rename python@2 dependency
This commit is contained in:
parent
b6964fef7f
commit
a3f28aa4cc
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class SshAudit < Formula
|
|||
|
||||
bottle :unneeded
|
||||
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
|
||||
def install
|
||||
bin.install "ssh-audit.py" => "ssh-audit"
|
||||
|
|
Loading…
Reference in a new issue