libepoxy: build requires Python 2.7
Which ships with Lion, but Snow Leopard is still on 2.6. Closes Homebrew/homebrew#39956. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
106d278ec4
commit
d85856dfea
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ class Libepoxy < Formula
|
|||
depends_on "automake" => :build
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "libtool" => :build
|
||||
depends_on :python => :build if MacOS.version <= :snow_leopard
|
||||
|
||||
resource "xorg-macros" do
|
||||
url "http://xorg.freedesktop.org/releases/individual/util/util-macros-1.19.0.tar.bz2"
|
||||
|
|
Loading…
Reference in a new issue