gdcm: depend on python@2

This commit is contained in:
ilovezfs 2018-04-07 01:36:49 -07:00
parent 46970835fc
commit 8609358207

View file

@ -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")