dcos-cli: rename python dependency
This commit is contained in:
parent
ce26028a19
commit
038eb05de1
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ class DcosCli < Formula
|
||||||
homepage "https://dcos.io/docs/latest/cli/"
|
homepage "https://dcos.io/docs/latest/cli/"
|
||||||
url "https://github.com/dcos/dcos-cli/archive/0.5.7.tar.gz"
|
url "https://github.com/dcos/dcos-cli/archive/0.5.7.tar.gz"
|
||||||
sha256 "437f5bdbf1be1f3e105c5df98e0423364fd01501115bd7b823122e30252a553d"
|
sha256 "437f5bdbf1be1f3e105c5df98e0423364fd01501115bd7b823122e30252a553d"
|
||||||
revision 1
|
revision 2
|
||||||
head "https://github.com/dcos/dcos-cli.git"
|
head "https://github.com/dcos/dcos-cli.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
@ -16,7 +16,7 @@ class DcosCli < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on "openssl"
|
depends_on "openssl"
|
||||||
depends_on "python3"
|
depends_on "python"
|
||||||
|
|
||||||
resource "asn1crypto" do
|
resource "asn1crypto" do
|
||||||
url "https://files.pythonhosted.org/packages/31/53/8bca924b30cb79d6d70dbab6a99e8731d1e4dd3b090b7f3d8412a8d8ffbc/asn1crypto-0.23.0.tar.gz"
|
url "https://files.pythonhosted.org/packages/31/53/8bca924b30cb79d6d70dbab6a99e8731d1e4dd3b090b7f3d8412a8d8ffbc/asn1crypto-0.23.0.tar.gz"
|
||||||
|
|
Loading…
Reference in a new issue