python3: actually depend on TkCheck requirement
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
5a4d0cec85
commit
7e9d6ae76b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue