azure-cli: rename python dependency
This commit is contained in:
parent
0c8d2d52c5
commit
b77281ae2c
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ class AzureCli < Formula
|
|||
homepage "https://docs.microsoft.com/cli/azure/overview"
|
||||
url "https://azurecliprod.blob.core.windows.net/releases/azure-cli-2.0.28.tar.gz"
|
||||
sha256 "3c087e30baa373d3b271961446066b69f4198edf0451040afcbb8535125b1137"
|
||||
revision 1
|
||||
head "https://github.com/Azure/azure-cli.git"
|
||||
|
||||
bottle do
|
||||
|
@ -13,7 +14,7 @@ class AzureCli < Formula
|
|||
end
|
||||
|
||||
depends_on "openssl"
|
||||
depends_on "python3"
|
||||
depends_on "python"
|
||||
|
||||
resource "adal" do
|
||||
url "https://files.pythonhosted.org/packages/cf/5c/3accec764163386982817edcd4fbefd0bd6ce5c2ced3fedc3f548a47a526/adal-0.5.0.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue