Skip to content

Commit

Permalink
gdcm: depend on python@2
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Apr 9, 2018
1 parent 4697083 commit 8609358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/gdcm.rb
Expand Up @@ -15,7 +15,7 @@ class Gdcm < Formula
deprecated_option "with-python3" => "with-python"
deprecated_option "without-python" => "without-python@2"

depends_on "python@2" => :recommended if MacOS.version <= :snow_leopard
depends_on "python@2" => :recommended
depends_on "python" => :optional
depends_on "swig" => :build if build.with?("python") || build.with?("python@2")

Expand Down

0 comments on commit 8609358

Please sign in to comment.