diff options
| author | Adam Vandenberg | 2012-04-12 06:54:53 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-04-12 06:54:53 -0700 |
| commit | e5954c7cfc8bf74529eec9764e58d042e7bd0996 (patch) | |
| tree | c38dc529e3a822723965e4de2c5734239366c2f7 /Library/Formula/python.rb | |
| parent | 27008bc17931106afcdccc3b2929d6f98df538da (diff) | |
| download | homebrew-e5954c7cfc8bf74529eec9764e58d042e7bd0996.tar.bz2 | |
Python checks for pkg-config at configure time
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 30d6f3d99..d092ef8ac 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -18,6 +18,7 @@ class Python < Formula url 'http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tar.bz2' md5 'c57477edd6d18bd9eeca2f21add73919' + 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 |
