Skip to content

Commit

Permalink
dcos-cli: rename python dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Mar 2, 2018
1 parent ce26028 commit 038eb05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/dcos-cli.rb
Expand Up @@ -5,7 +5,7 @@ class DcosCli < Formula
homepage "https://dcos.io/docs/latest/cli/"
url "https://github.com/dcos/dcos-cli/archive/0.5.7.tar.gz"
sha256 "437f5bdbf1be1f3e105c5df98e0423364fd01501115bd7b823122e30252a553d"
revision 1
revision 2
head "https://github.com/dcos/dcos-cli.git"

bottle do
Expand All @@ -16,7 +16,7 @@ class DcosCli < Formula
end

depends_on "openssl"
depends_on "python3"
depends_on "python"

resource "asn1crypto" do
url "https://files.pythonhosted.org/packages/31/53/8bca924b30cb79d6d70dbab6a99e8731d1e4dd3b090b7f3d8412a8d8ffbc/asn1crypto-0.23.0.tar.gz"
Expand Down

0 comments on commit 038eb05

Please sign in to comment.