ghc: rename python build-time dependency
This commit is contained in:
parent
f51db817ce
commit
d4afcaba7a
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class Ghc < Formula
|
|||
deprecated_option "with-tests" => "with-test"
|
||||
|
||||
depends_on :macos => :lion
|
||||
depends_on "python3" => :build if build.bottle? || build.with?("test")
|
||||
depends_on "python" => :build if build.bottle? || build.with?("test")
|
||||
depends_on "sphinx-doc" => :build if build.with? "docs"
|
||||
|
||||
resource "gmp" do
|
||||
|
|
Loading…
Reference in a new issue