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:
Ryan Hendrickson 2015-05-21 11:41:15 -04:00 committed by Mike McQuaid
parent 106d278ec4
commit d85856dfea

View file

@ -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"