python: Removed --with-dtrace: patch not compatib.

http://bugs.python.org/issue13405 seems not
to be ready for 2.7.4. Neither merged nor a
patch available. Feel free to submit a pull
request if there is a 2.7.4-compatible
dtrace patch.
This commit is contained in:
Samuel John 2013-04-07 19:17:35 +02:00
parent cdac2fe9a7
commit 93d63a996f

View file

@ -20,8 +20,10 @@ class Python < Formula
option 'with-brewed-openssl', "Use Homebrew's openSSL instead of the one from OS X"
option 'with-brewed-tk', "Use Homebrew's Tk (has optional Cocoa and threads support)"
option 'with-poll', 'Enable select.poll, which is not fully implemented on OS X (http://bugs.python.org/issue5154)'
# It seems this is not available yet for 2.7.4 - I commented it out until the upstream issue gets updated --sam
# --with-dtrace relies on CLT as dtrace hard-codes paths to /usr
option 'with-dtrace', 'Experimental DTrace support (http://bugs.python.org/issue13405)' if MacOS::CLT.installed?
#option 'with-dtrace', 'Experimental DTrace support (http://bugs.python.org/issue13405)' if MacOS::CLT.installed?
depends_on 'pkg-config' => :build
depends_on 'readline' => :recommended