Skip to content

Commit

Permalink
postgresql@9.6: depend on python instead of :python
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Jan 1, 2018
1 parent bc0e2f6 commit 673e4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/postgresql@9.6.rb
Expand Up @@ -25,7 +25,7 @@ class PostgresqlAT96 < Formula
depends_on "openssl"
depends_on "readline"

depends_on :python => :optional
depends_on "python" => :optional
depends_on :python3 => :optional

fails_with :clang do
Expand Down

0 comments on commit 673e4dd

Please sign in to comment.