chrome-export: depend on python@2
This commit is contained in:
parent
96a4217b20
commit
526d5aefb0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ class ChromeExport < Formula
|
|||
|
||||
bottle :unneeded
|
||||
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2"
|
||||
|
||||
def install
|
||||
bin.install "export-chrome-bookmarks"
|
||||
|
|
Loading…
Reference in a new issue