libepoxy: depend on python@2
This commit is contained in:
parent
20f0a4f903
commit
5d583eb509
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Libepoxy < Formula
|
|||
depends_on "meson-internal" => :build
|
||||
depends_on "ninja" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "python@2" => :build if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2" => :build
|
||||
|
||||
# submitted upstream at https://github.com/anholt/libepoxy/pull/156
|
||||
patch :DATA
|
||||
|
|
Loading…
Reference in a new issue