From 590b0ac21ab6aad1a9200d7d7bea3f7641e3453d Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 8 Jan 2023 20:39:17 +0000 Subject: [PATCH 1/2] chore(deps): remove curl from Brewfile Curl is part of macOS, and the curl homebrew formula is keg-only. Meaning there's no reason to install it for our purposes. --- Brewfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Brewfile b/Brewfile index b16d923..730983a 100644 --- a/Brewfile +++ b/Brewfile @@ -2,7 +2,6 @@ brew 'autoconf' brew 'coreutils' -brew 'curl' brew 'dbus' brew 'expat' brew 'gcc' From d98c14dde5e1a3e321fb26f47f88b68d6916f345 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 8 Jan 2023 21:21:54 +0000 Subject: [PATCH 2/2] chore(deps): remove python CI dependency Instead use default python version install on macOS to install dmgbuild. --- Brewfile.ci | 2 -- 1 file changed, 2 deletions(-) diff --git a/Brewfile.ci b/Brewfile.ci index 638e9f6..8e9b8f9 100644 --- a/Brewfile.ci +++ b/Brewfile.ci @@ -1,3 +1 @@ # frozen_string_literal: true - -brew 'python'