Merge pull request #6353 from lembacon/audit-numpy

audit: whitelist numpy@1.16 without being versioned keg only
This commit is contained in:
Mike McQuaid 2019-08-09 13:16:55 +01:00 committed by GitHub
commit 625a7808ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -515,6 +515,7 @@ module Homebrew
gnupg@1.4 gnupg@1.4
lua@5.1 lua@5.1
python@2 python@2
numpy@1.16
].freeze ].freeze
return if keg_only_whitelist.include?(formula.name) || formula.name.start_with?("gcc@") return if keg_only_whitelist.include?(formula.name) || formula.name.start_with?("gcc@")