postgresql@9.4: depend on python instead of :python

This commit is contained in:
ilovezfs 2018-01-01 11:59:09 -08:00
parent 30ec3f72a2
commit be423627e2

View file

@ -18,7 +18,7 @@ class PostgresqlAT94 < Formula
depends_on "openssl"
depends_on "readline"
depends_on :python => :optional
depends_on "python" => :optional
fails_with :clang do
build 211