mat: rename python@2 optional dependency

This commit is contained in:
ilovezfs 2018-03-01 23:19:14 -08:00
parent 014555aec8
commit 4fe31e089d

View file

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