From 4117c4fe8299b2a57bb8a34ebcb3744ef9e8edf5 Mon Sep 17 00:00:00 2001 From: aparnajyothi-y <147696841+aparnajyothi-y@users.noreply.github.com> Date: Fri, 29 Nov 2024 16:17:29 +0530 Subject: [PATCH] Update macos-python-builder.psm1 --- builders/macos-python-builder.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders/macos-python-builder.psm1 b/builders/macos-python-builder.psm1 index 01664f0..fd46cea 100644 --- a/builders/macos-python-builder.psm1 +++ b/builders/macos-python-builder.psm1 @@ -35,7 +35,7 @@ class macOSPythonBuilder : NixPythonBuilder { if ($this.Version -eq "3.7.17") { Write-Host "Installing additional dependencies for Python 3.7.17..." # Install necessary dependencies for Python 3.7.17 - Execute-Command -Command "brew install bzip2 zlib readline ncurses sqlite3 openssl@1.1" + Execute-Command -Command "brew install bzip2 zlib readline ncurses sqlite3 openssl@3" # Ensure the environment variables for zlib are set correctly $zlibPrefix = (brew --prefix zlib)