gdcm: depend on python3 instead of :python3
This commit is contained in:
parent
1604248eb1
commit
49acd31549
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue