From c340f3f54a5719ce105b3cbb08ac7221a3a699cf Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 20 Aug 2012 17:02:09 -0500 Subject: python3: optional deps are really recommended Signed-off-by: Jack Nagel --- Library/Formula/python3.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula/python3.rb') diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 28472b12f..5b18354f5 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -24,9 +24,9 @@ class Python3 < 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 'quicktest', 'Run `make quicktest` after the build' -- cgit v1.2.3