From 2efc1dd3f19b87c616a4ae142fed589ac58acf0b Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 23 Nov 2013 13:53:55 -0800 Subject: [PATCH] audit: remove 'python bindings' warning --- Library/Homebrew/cmd/audit.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 80c2e45e55..6c4e09a070 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