From 15fec3868555bd71cb2045d34a2e30d7ac7e28fc Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 20 Aug 2012 17:01:54 -0500 Subject: python: optional deps are really recommended Signed-off-by: Jack Nagel --- Library/Formula/python.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 5a9a0cdf6..a306fc659 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -32,9 +32,9 @@ class Python < Formula depends_on TkCheck.new depends_on 'pkg-config' => :build - depends_on 'readline' => :optional # Prefer over OS X's libedit - depends_on 'sqlite' => :optional # Prefer over OS X's older version - depends_on 'gdbm' => :optional + depends_on 'readline' => :recommended + depends_on 'sqlite' => :recommended + depends_on 'gdbm' => :recommended depends_on :x11 # tk.h includes X11/Xlib.h and X11/X.h option :universal -- cgit v1.2.3