gsettings-desktop-schemas: depend on python@2
This commit is contained in:
parent
ddedd45c51
commit
3908f5fdac
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class GsettingsDesktopSchemas < Formula
|
|||
depends_on "glib"
|
||||
depends_on "gettext"
|
||||
depends_on "libffi"
|
||||
depends_on "python@2" if MacOS.version <= :mavericks
|
||||
depends_on "python@2"
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in a new issue