aubio: fix more audit warnings
This commit is contained in:
parent
723d638c33
commit
22469870b4
1 changed files with 2 additions and 4 deletions
|
@ -30,10 +30,8 @@ class Aubio < Formula
|
|||
system "make install"
|
||||
end
|
||||
|
||||
def caveats; <<-EOS.undent
|
||||
For non-homebrew Python, you need to amend your PYTHONPATH like so:
|
||||
export PYTHONPATH=#{HOMEBREW_PREFIX}/lib/#{python.xy}/site-packages:$PYTHONPATH
|
||||
EOS
|
||||
def caveats
|
||||
python.standard_caveats if python
|
||||
end
|
||||
|
||||
def test
|
||||
|
|
Loading…
Reference in a new issue