From b769471577cbad4f2c8d5b3153be20482c27e4df Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 4 Feb 2012 19:39:48 -0800 Subject: uwsgi: remove verbose warning The thing that was causing this problem has been fixed in Homebrew. --- Library/Formula/uwsgi.rb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/uwsgi.rb b/Library/Formula/uwsgi.rb index d5225f384..c108f7abc 100644 --- a/Library/Formula/uwsgi.rb +++ b/Library/Formula/uwsgi.rb @@ -20,12 +20,4 @@ class Uwsgi < Formula system "python uwsgiconfig.py --build" bin.install "uwsgi" end - - def caveats - <<-EOS.undent - NOTE: "brew install -v uwsgi" will fail! - You must install in non-verbose mode for this to succeed. - Patches to fix this are welcome. - EOS - end end -- cgit v1.2.3