libbtbb: use system python
This commit is contained in:
parent
9584945fa0
commit
b124ad0b59
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class Libbtbb < Formula
|
|||
option :universal
|
||||
|
||||
depends_on "cmake" => :build
|
||||
depends_on "python"
|
||||
depends_on :python if MacOS.version <= :snow_leopard
|
||||
|
||||
def install
|
||||
args = std_cmake_args
|
||||
|
|
Loading…
Reference in a new issue