shellshare: rename python@2 dependency
This commit is contained in:
parent
188d2cd278
commit
61c2bad127
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ class Shellshare < Formula
|
|||
|
||||
bottle :unneeded
|
||||
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
|
||||
def install
|
||||
bin.install "public/bin/shellshare"
|
||||
|
|
Loading…
Reference in a new issue