aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgresql.rb
diff options
context:
space:
mode:
authorMike McQuaid2014-05-08 18:22:41 +0100
committerMike McQuaid2014-05-15 20:51:13 +0100
commitef96fd1d6f28b202549372895a2b31368ee9443d (patch)
tree91de6e5c0ff03e640225fd3153c636b90b3d6801 /Library/Formula/postgresql.rb
parent696b6e41171635739235ab09ecd725e9ddd0d281 (diff)
downloadhomebrew-ef96fd1d6f28b202549372895a2b31368ee9443d.tar.bz2
postgresql: make python an optional dependency.
Diffstat (limited to 'Library/Formula/postgresql.rb')
-rw-r--r--Library/Formula/postgresql.rb2
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.'