mimms: depend on python instead of :python
This commit is contained in:
parent
6860ec8589
commit
eef0c96ad4
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Mimms < Formula
|
|||
sha256 "88b2e83cfdf9abca4ff712bddacb76611ce29aa2c58218c05e8abf3ed7d0be2b" => :yosemite
|
||||
end
|
||||
|
||||
depends_on :python if MacOS.version <= :snow_leopard
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
depends_on "libmms"
|
||||
|
||||
# Switch shared library loading to Mach-O naming convention (.dylib)
|
||||
|
|
Loading…
Reference in a new issue