aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisty De Meo2013-12-31 01:00:47 -0800
committerAdam Vandenberg2014-03-04 18:20:21 -0800
commitedd03fbe69047b84137c8e97d7494e25ecb7a4e2 (patch)
tree9ccda135549e1a7b9d1d826949392c18dc349266
parentfdf5ecf4bbd01da5cd90bda0e10c6ac1873bc14b (diff)
downloadbrew-edd03fbe69047b84137c8e97d7494e25ecb7a4e2.tar.bz2
Add wxPython as separate formula
Closes Homebrew/homebrew#25651. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Homebrew/blacklist.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb
index fc8ad618e..017c77ea9 100644
--- a/Library/Homebrew/blacklist.rb
+++ b/Library/Homebrew/blacklist.rb
@@ -11,10 +11,6 @@ def blacklisted? name
Some build scripts fail to detect it correctly, please check existing
formulae for solutions.
EOS
- when 'wxpython' then <<-EOS.undent
- The Python bindings (import wx) for wxWidgets are installed by:
- brew install wxwidgets
- EOS
when 'tex', 'tex-live', 'texlive', 'latex' then <<-EOS.undent
Installing TeX from source is weird and gross, requires a lot of patches,
and only builds 32-bit (and thus can't use Homebrew deps on Snow Leopard.)