From cb829a5134086307de7ea53efc452c0d4425c06f Mon Sep 17 00:00:00 2001 From: RobertGemmaJr Date: Fri, 5 Apr 2024 15:49:38 -0400 Subject: [PATCH] chore: Fix Brewfile package name --- Brewfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Brewfile b/Brewfile index a349aee68..9404ba5c2 100644 --- a/Brewfile +++ b/Brewfile @@ -4,7 +4,7 @@ brew "git" cask "github" brew "openjdk" # NOTE @brown-ccv: This will install Python as a dependency -brew "python-setuputils" +brew "python-setuptools" cask "visual-studio-code" # TODO @brown-ccv #278: Python management (miniconda)? [Python is only needed for PsiTurk] \ No newline at end of file