From 843bff9887a1b8498aacf61c7e03a08574759c99 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 12 Mar 2010 10:20:11 -0800 Subject: Update Python formula * Add some optional dependencies * Fix framework switches * Remove library "optimization"; it breaks framework installs and other exotic builds --- Library/Formula/python.rb | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'Library/Formula/python.rb') diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 38b334165..63f5f82df 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -5,8 +5,12 @@ class Python :recommended + # http://docs.python.org/library/gdbm.html + depends_on 'gdbm' => :optional + # http://docs.python.org/library/sqlite3.html + depends_on 'sqlite' => :optional def patches # don't append space after completion @@ -28,8 +32,11 @@ class Python