fpp: rename python@2 dependency
This commit is contained in:
parent
d37d3df6e5
commit
0ffd0ec256
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class Fpp < Formula
|
|||
|
||||
bottle :unneeded
|
||||
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
|
||||
def install
|
||||
# we need to copy the bash file and source python files
|
||||
|
|
Loading…
Reference in a new issue