From 3defd78d46c9df474a9e61b2fa7d567d2ec1b3f5 Mon Sep 17 00:00:00 2001 From: Samuel John Date: Fri, 11 Jan 2013 14:46:52 +0100 Subject: python: Allow --with-brewed-tk. - Fixes #16574. - Improve Tkinter test by actually calling Tk() - Check for /Library/Frameworks/Tk.framework no longer needed. - Also remove Tk.framework check from python3.rb - Fix PYTHONFRAMEWORKDIR so that `python-config --ldflags` is useful. Closes #17008. Signed-off-by: Adam Vandenberg --- Library/Formula/python3.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'Library/Formula/python3.rb') diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 6548e4f6d..52792aa89 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -1,5 +1,4 @@ require 'formula' -require Formula.path("python") # For TkCheck requirement # Python3 is the new language standard, not just a new revision. # It's somewhat incompatible with Python 2.x, therefore, the executable @@ -22,7 +21,6 @@ class Python3 < Formula sha1 '3e1464bc2c1dfa74287bc58da81168f50b0ae5c7' VER='3.3' # The . is used so often. - depends_on TkCheck.new depends_on 'pkg-config' => :build depends_on 'readline' => :recommended depends_on 'sqlite' => :recommended -- cgit v1.2.3