ghc: rename python build-time dependency

This commit is contained in:
ilovezfs 2018-03-01 23:24:13 -08:00
parent f51db817ce
commit d4afcaba7a

View file

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