diff options
| author | Mike McQuaid | 2014-05-08 18:22:35 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-05-15 20:51:13 +0100 | 
| commit | 696b6e41171635739235ab09ecd725e9ddd0d281 (patch) | |
| tree | 95f603bfdd7845870ee6b8251bc3d3decbddffeb /Library/Formula/postgres-xc.rb | |
| parent | 4edd5f1a317e220add033a97fff204a83f031cec (diff) | |
| download | homebrew-696b6e41171635739235ab09ecd725e9ddd0d281.tar.bz2 | |
postgres-xc: make python an optional dependency.
Diffstat (limited to 'Library/Formula/postgres-xc.rb')
| -rw-r--r-- | Library/Formula/postgres-xc.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/postgres-xc.rb b/Library/Formula/postgres-xc.rb index 17028b87a..b48879beb 100644 --- a/Library/Formula/postgres-xc.rb +++ b/Library/Formula/postgres-xc.rb @@ -6,7 +6,7 @@ class PostgresXc < Formula    sha1 '76774cf32810dfa14b2174f2e939d3b28eb211a9'    depends_on :arch => :x86_64 -  depends_on :python => :recommended +  depends_on :python => :optional    depends_on 'openssl'    depends_on 'readline'    depends_on 'libxml2' if MacOS.version <= :leopard # Leopard libxml is too old | 
