diff options
| author | Mike McQuaid | 2014-05-08 18:22:41 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-05-15 20:51:13 +0100 |
| commit | ef96fd1d6f28b202549372895a2b31368ee9443d (patch) | |
| tree | 91de6e5c0ff03e640225fd3153c636b90b3d6801 /Library/Formula/postgresql.rb | |
| parent | 696b6e41171635739235ab09ecd725e9ddd0d281 (diff) | |
| download | homebrew-ef96fd1d6f28b202549372895a2b31368ee9443d.tar.bz2 | |
postgresql: make python an optional dependency.
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.' |
