fonttools: depend on python@2
This commit is contained in:
parent
489d17614f
commit
acd12f7d64
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class Fonttools < Formula
|
|||
|
||||
option "with-pygtk", "Build with pygtk support for pyftinspect"
|
||||
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2"
|
||||
depends_on "pygtk" => :optional
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue