Skip to content

Commit

Permalink
Add python dependency to packages with bindings (#2011)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
  • Loading branch information
scpeters authored Aug 26, 2022
1 parent e173fcc commit f2b2476
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Formula/gz-math7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class GzMath7 < Formula
depends_on "eigen"
depends_on "gz-cmake3"
depends_on "gz-utils2"
depends_on "python"
depends_on "ruby"

def install
Expand Down
1 change: 1 addition & 0 deletions Formula/ignition-math6.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class IgnitionMath6 < Formula
depends_on "pybind11" => :build
depends_on "eigen"
depends_on "ignition-cmake2"
depends_on "python"
depends_on "ruby"

def install
Expand Down
1 change: 1 addition & 0 deletions Formula/sdformat13.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class Sdformat13 < Formula
depends_on "gz-tools2"
depends_on "gz-utils2"
depends_on macos: :mojave # c++17
depends_on "python"
depends_on "tinyxml2"
depends_on "urdfdom"

Expand Down

0 comments on commit f2b2476

Please sign in to comment.