uwsgi: remove verbose warning

The thing that was causing this problem has been fixed in Homebrew.
This commit is contained in:
Adam Vandenberg 2012-02-04 19:39:48 -08:00
parent 5e83e9ad9b
commit e7b8044af5

View file

@ -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