mat: rename python@2 optional dependency
This commit is contained in:
parent
014555aec8
commit
4fe31e089d
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@ class Mat < Formula
|
|||
sha256 "c9a7a83fc8822a6bb0bcedb4222e09ef8a19cbe21c39ef8b95be4faa3b230ed6" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "python" => :optional
|
||||
deprecated_option "with-python" => "with-python@2"
|
||||
|
||||
depends_on "python@2" => :optional
|
||||
depends_on "coreutils"
|
||||
depends_on "poppler"
|
||||
depends_on "pygobject3"
|
||||
|
|
Loading…
Reference in a new issue