lcm: rename python and python@2 optional dependencies

This commit is contained in:
ilovezfs 2018-03-01 23:06:49 -08:00
parent 431b7fc493
commit d56dccfc5a

View file

@ -22,11 +22,13 @@ class Lcm < Formula
depends_on "autoconf" => :build
end
deprecated_option "with-python3" => "with-python"
depends_on "pkg-config" => :build
depends_on "glib"
depends_on :java => :recommended
depends_on "python" => :optional
depends_on "python3" => :optional
depends_on "python@2" => :optional
def install
if build.head?