llvm: depend on python instead of :python
This commit is contained in:
parent
3cac408895
commit
6477a8fc28
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ class Llvm < Formula
|
|||
end
|
||||
|
||||
if MacOS.version <= :snow_leopard
|
||||
depends_on :python
|
||||
depends_on "python"
|
||||
else
|
||||
depends_on "python" => :optional
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue