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:
parent
cdac2fe9a7
commit
93d63a996f
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue