From 733b03ecd0fba4b479d9e5e54af4d904f5b43c52 Mon Sep 17 00:00:00 2001 From: "Ryan S. Elliott" Date: Tue, 28 Jan 2020 10:12:24 -0600 Subject: [PATCH] whitelist asymptote --- Library/Homebrew/missing_formula.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Library/Homebrew/missing_formula.rb b/Library/Homebrew/missing_formula.rb index 32e5a2a560..ba1895ac79 100644 --- a/Library/Homebrew/missing_formula.rb +++ b/Library/Homebrew/missing_formula.rb @@ -28,10 +28,6 @@ module Homebrew Minimal installation: brew cask install basictex EOS - when "asymptote" then <<~EOS - Asymptote is part of MacTeX: - brew cask install mactex - EOS when "pip" then <<~EOS pip is part of the python formula: brew install python