Skip to content

Commit

Permalink
glib: requires newer Python on 10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Jan 19, 2017
1 parent 0714704 commit 46a2af3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Formula/glib.rb
Expand Up @@ -20,6 +20,7 @@ class Glib < Formula
depends_on "gettext"
depends_on "libffi"
depends_on "pcre"
depends_on :python if MacOS.version < :leopard
# the version of zlib which comes with Tiger does not
# export some symbols glib expects
depends_on 'homebrew/dupes/zlib' if MacOS.version == :tiger
Expand Down

0 comments on commit 46a2af3

Please sign in to comment.