From d24e325c08208c7cd2294412ebeaca43158d570d Mon Sep 17 00:00:00 2001 From: Feng Zhou Date: Thu, 9 Jan 2020 10:56:11 +0800 Subject: [PATCH] python3.8 migration for homebrew --- scripts/release/homebrew/docker/formula_template.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release/homebrew/docker/formula_template.txt b/scripts/release/homebrew/docker/formula_template.txt index 8afb40ca1b2..4861b6a9be6 100644 --- a/scripts/release/homebrew/docker/formula_template.txt +++ b/scripts/release/homebrew/docker/formula_template.txt @@ -11,7 +11,7 @@ class AzureCli < Formula {{ bottle_hash }} depends_on "openssl@1.1" - depends_on "python" + depends_on "python@3.8" {{ resources }}