From c1ff2bee6761f71ed8ec16ddbfa291cdbcfc7b93 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Thu, 1 Mar 2018 23:47:39 -0800 Subject: [PATCH] pgcli: rename python@2 dependency --- Formula/pgcli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/pgcli.rb b/Formula/pgcli.rb index af47ce334d..6276947368 100644 --- a/Formula/pgcli.rb +++ b/Formula/pgcli.rb @@ -11,7 +11,7 @@ class Pgcli < Formula sha256 "dbd6d95bcec480e89f9f71c83ce7e91494949712ac00674872c7341095152bda" => :el_capitan end - depends_on "python" if MacOS.version <= :snow_leopard + depends_on "python@2" if MacOS.version <= :snow_leopard depends_on "libpq" depends_on "openssl"