aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/aubio.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/aubio.rb b/Library/Formula/aubio.rb
index 6d2692bbd..ac28142d5 100644
--- a/Library/Formula/aubio.rb
+++ b/Library/Formula/aubio.rb
@@ -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