postgresql@9.4: depend on python instead of :python
This commit is contained in:
parent
30ec3f72a2
commit
be423627e2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue