gdcm: depend on python3 instead of :python3

This commit is contained in:
ilovezfs 2018-01-10 07:47:47 -08:00
parent 1604248eb1
commit 49acd31549

View file

@ -13,7 +13,7 @@ class Gdcm < Formula
option "without-python", "Build without python2 support"
depends_on :python3 => :optional
depends_on "python3" => :optional
depends_on "swig" => :build if build.with?("python") || build.with?("python3")
depends_on "cmake" => :build