Skip to content

Commit

Permalink
kore: make postgresql an optional dependency.
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#34969.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
Andreas Pfohl authored and MikeMcQuaid committed Dec 14, 2014
1 parent 04a7901 commit 2986361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/kore.rb
Expand Up @@ -14,7 +14,7 @@ class Kore < Formula
end

depends_on "openssl"
depends_on "postgresql" => :recommended
depends_on "postgresql" => :optional

def install
args = []
Expand Down

0 comments on commit 2986361

Please sign in to comment.