aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-23 13:53:55 -0800
committerAdam Vandenberg2013-11-23 13:53:55 -0800
commita9c870f01c03b9a8eba06b5dff759bf9d0b36a3f (patch)
tree9a704500374e89f58255c89ce389f19fdcdc0de8 /Library
parent65af75fff5d4c62da04131ac4b68c4065d362cd4 (diff)
downloadhomebrew-a9c870f01c03b9a8eba06b5dff759bf9d0b36a3f.tar.bz2
audit: remove 'python bindings' warning
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/audit.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index 80c2e45e5..6c4e09a07 100644
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -535,11 +535,6 @@ class FormulaAuditor
if text =~ /system.["' ]?python([0-9"'])?/
problem "If the formula uses Python, it should declare so by `depends_on :python#{$1}`"
end
- if text =~ /setup\.py/
- problem <<-EOS.undent
- If the formula installs Python bindings you should declare `depends_on :python[3]`"
- EOS
- end
end
end