diff options
Diffstat (limited to 'Library/Formula/postgresql.rb')
| -rw-r--r-- | Library/Formula/postgresql.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index 67b37ec67..2c8cc31fa 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -21,7 +21,7 @@ class Postgresql < Formula depends_on 'readline' depends_on 'libxml2' if MacOS.version <= :leopard # Leopard libxml is too old depends_on 'ossp-uuid' => :recommended - depends_on :python => :recommended + depends_on :python => :optional conflicts_with 'postgres-xc', :because => 'postgresql and postgres-xc install the same binaries.' |
