shellshare: depend on python instead of :python

master
ilovezfs 2018-01-01 11:42:42 -08:00
parent 5fe934a189
commit e65b1b0445
1 changed files with 1 additions and 1 deletions

View File

@ -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"