aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/uwsgi.rb8
1 files changed, 0 insertions, 8 deletions
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