gdcm: depend on python@2
This commit is contained in:
parent
46970835fc
commit
8609358207
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue