diff --git a/dist/index.js b/dist/index.js index d3688eb29..c74f37081 100644 --- a/dist/index.js +++ b/dist/index.js @@ -6770,7 +6770,7 @@ const brewDependencies = [ "openssl", "pcre", "poco", - "python3", + "python@3.10", "qt", "spdlog", "tinyxml", diff --git a/src/package_manager/brew.ts b/src/package_manager/brew.ts index 533d347d0..ed5541bba 100644 --- a/src/package_manager/brew.ts +++ b/src/package_manager/brew.ts @@ -16,7 +16,7 @@ const brewDependencies: string[] = [ "openssl", "pcre", "poco", - "python3", + "python@3.10", "qt", "spdlog", "tinyxml",