aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorJack Nagel2012-08-13 20:25:42 -0500
committerJack Nagel2012-08-13 20:25:42 -0500
commit4bbc7864cef7f92852f1cb59c7946de62d686528 (patch)
tree487022e43a3d90c74fae6e848d5115717e72c7d8 /Library/Formula/python3.rb
parent9c6093f8fc034bf66a3b3555b6c18050fad2debd (diff)
downloadhomebrew-4bbc7864cef7f92852f1cb59c7946de62d686528.tar.bz2
python3: actually depend on TkCheck requirement
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index b410435d6..72201806d 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -36,6 +36,7 @@ class Python3 < Formula
url 'http://python.org/ftp/python/3.2.3/Python-3.2.3.tar.bz2'
md5 'cea34079aeb2e21e7b60ee82a0ac286b'
+ 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