uwsgi: remove verbose warning
The thing that was causing this problem has been fixed in Homebrew.
This commit is contained in:
parent
5e83e9ad9b
commit
e7b8044af5
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue