lcm: rename python and python@2 optional dependencies
This commit is contained in:
parent
431b7fc493
commit
d56dccfc5a
1 changed files with 3 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue