Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/azure-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class AzureCli < Formula
url "https://github.com/Azure/azure-cli/archive/azure-cli-2.24.0.tar.gz"
sha256 "aba02251cc62d8eb6fd77187a56627a15ebcaf94074c2f69b83ad9e0c4f7a711"
license "MIT"
revision 1
head "https://github.com/Azure/azure-cli.git"

livecheck do
Expand All @@ -22,8 +23,7 @@ class AzureCli < Formula
end

depends_on "[email protected]"
# Azure CLI is not compatible with Python 3.9 yet
depends_on "[email protected]"
depends_on "[email protected]"

uses_from_macos "libffi"

Expand Down