postgres-xc: depend on python instead of :python

master
ilovezfs 2018-01-01 11:59:09 -08:00
parent cae0dc2caa
commit e38d319de3
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class PostgresXc < Formula
depends_on "openssl"
depends_on "readline"
depends_on "ossp-uuid" => :recommended
depends_on :python => :optional
depends_on "python" => :optional
conflicts_with "postgresql",
:because => "postgres-xc and postgresql install the same binaries."