Skip to content

Commit

Permalink
docker: fix experimental to depend on libtool
Browse files Browse the repository at this point in the history
And optionally on yubico-piv-tool, since experimental supports hardware signing.

Closes Homebrew#50401.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
  • Loading branch information
cyli authored and dhilipsiva committed Apr 2, 2016
1 parent b687e56 commit 43d3f45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/Formula/docker.rb
Expand Up @@ -18,6 +18,8 @@ class Docker < Formula
option "without-completions", "Disable bash/zsh completions"

depends_on "go" => :build
depends_on "libtool" => :run if build.with?("experimental")
depends_on "yubico-piv-tool" => :recommended if build.with?("experimental")

def install
ENV["AUTO_GOPATH"] = "1"
Expand Down

0 comments on commit 43d3f45

Please sign in to comment.