From bb1a6cc22959a5b7b5f49e8d3e3de4909a202484 Mon Sep 17 00:00:00 2001 From: Karthik Ganeshram Date: Wed, 28 Feb 2024 13:53:07 -0600 Subject: [PATCH] remove py2wasm from plugin install list (#26) Signed-off-by: karthik2804 --- Formula/spin.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/spin.rb b/Formula/spin.rb index 6fcc224..409283c 100644 --- a/Formula/spin.rb +++ b/Formula/spin.rb @@ -35,7 +35,6 @@ def post_install system "#{bin}/spin", "templates", "install", "--git", "https://github.com/fermyon/spin-js-sdk", "--upgrade" system "#{bin}/spin", "plugins", "update" system "#{bin}/spin", "plugins", "install", "js2wasm", "--yes" - system "#{bin}/spin", "plugins", "install", "py2wasm", "--yes" system "#{bin}/spin", "plugins", "install", "cloud", "--yes" end