shellshare: depend on python instead of :python
parent
5fe934a189
commit
e65b1b0445
|
@ -6,7 +6,7 @@ class Shellshare < Formula
|
|||
|
||||
bottle :unneeded
|
||||
|
||||
depends_on :python if MacOS.version <= :snow_leopard
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
|
||||
def install
|
||||
bin.install "public/bin/shellshare"
|
||||
|
|
Loading…
Reference in New Issue