From 23abba7d006602ae31a8b2f64f35b367cba7ac30 Mon Sep 17 00:00:00 2001 From: FX Coudert Date: Sat, 15 Dec 2018 08:40:23 +0100 Subject: [PATCH] postgresql@9.5: remove options --- Formula/postgresql@9.5.rb | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Formula/postgresql@9.5.rb b/Formula/postgresql@9.5.rb index c4b7bd4866..c3fc05b574 100644 --- a/Formula/postgresql@9.5.rb +++ b/Formula/postgresql@9.5.rb @@ -14,13 +14,8 @@ class PostgresqlAT95 < Formula keg_only :versioned_formula - option "with-python", "Build with Python3" - - deprecated_option "with-python3" => "with-python" - depends_on "openssl" depends_on "readline" - depends_on "python" => :optional def install ENV.prepend "LDFLAGS", "-L#{Formula["openssl"].opt_lib} -L#{Formula["readline"].opt_lib}" @@ -48,11 +43,6 @@ class PostgresqlAT95 < Formula --with-uuid=e2fs ] - if build.with?("python") - args << "--with-python" - ENV["PYTHON"] = which("python3") - end - # The CLT is required to build Tcl support on 10.7 and 10.8 because # tclConfig.sh is not part of the SDK if MacOS.version >= :mavericks || MacOS::CLT.installed?