aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorSamuel John2013-01-11 14:46:52 +0100
committerAdam Vandenberg2013-01-14 21:13:25 -0800
commit3defd78d46c9df474a9e61b2fa7d567d2ec1b3f5 (patch)
treee91f79957e479bbe88b70944187eb6dca33084c0 /Library/Formula/python3.rb
parent5e922dd8f548c716c2d496a3fc54c1c8afc371a5 (diff)
downloadhomebrew-3defd78d46c9df474a9e61b2fa7d567d2ec1b3f5.tar.bz2
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 <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb2
1 files changed, 0 insertions, 2 deletions
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 <major>.<minor> is used so often.
- depends_on TkCheck.new
depends_on 'pkg-config' => :build
depends_on 'readline' => :recommended
depends_on 'sqlite' => :recommended