aurora-cli: rename python@2 dependency
This commit is contained in:
parent
8e48a338ba
commit
422778a9be
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class AuroraCli < Formula
|
|||
end
|
||||
end
|
||||
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
|
||||
def install
|
||||
system "./build-support/thrift/prepare_binary.sh"
|
||||
|
|
Loading…
Reference in a new issue