postgresql: depend on python instead of :python
This commit is contained in:
parent
e38d319de3
commit
30ec3f72a2
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class Postgresql < Formula
|
|||
depends_on "openssl"
|
||||
depends_on "readline"
|
||||
|
||||
depends_on :python => :optional
|
||||
depends_on "python" => :optional
|
||||
depends_on :python3 => :optional
|
||||
|
||||
conflicts_with "postgres-xc",
|
||||
|
|
Loading…
Reference in a new issue