lcm: depend on python instead of :python
This commit is contained in:
parent
c250d916d0
commit
c08351804f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class Lcm < Formula
|
|||
depends_on "pkg-config" => :build
|
||||
depends_on "glib"
|
||||
depends_on :java => :recommended
|
||||
depends_on :python => :optional
|
||||
depends_on "python" => :optional
|
||||
depends_on :python3 => :optional
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue