diff options
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 9f2dd3a5f..d02a36f5a 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -30,6 +30,8 @@ class Python < Formula url 'http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tar.bz2' sha1 '842c4e2aff3f016feea3c6e992c7fa96e49c9aa0' + env :std + depends_on TkCheck.new depends_on 'pkg-config' => :build depends_on 'readline' => :recommended |
