Skip to content

Commit

Permalink
formula/kubeconfig-bikeshed: add openssl dependency
Browse files Browse the repository at this point in the history
Closes #1.

Signed-off-by: Marvin Beckers <mail@embik.me>
Signed-off-by: Marvin Beckers <10295525+embik@users.noreply.github.com>
  • Loading branch information
embik committed Nov 20, 2023
1 parent 835c0b7 commit 6da6264
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Formula/kubeconfig-bikeshed.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ class KubeconfigBikeshed < Formula
license "Apache-2.0"

depends_on "rust" => :build

depends_on "openssl@3"

depends_on "fzf" => :optional

def install
Expand Down

0 comments on commit 6da6264

Please # to comment.