Skip to content

Commit

Permalink
ignition-gazebo[6,7]: depend on pybind11 (#1870)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Apr 11, 2022
1 parent 914ecbc commit 54d1cef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Formula/ignition-gazebo6.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class IgnitionGazebo6 < Formula
end

depends_on "cmake" => :build
depends_on "pybind11" => :build
depends_on "ffmpeg"
depends_on "gflags"
depends_on "google-benchmark"
Expand Down
1 change: 1 addition & 0 deletions Formula/ignition-gazebo7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class IgnitionGazebo7 < Formula
license "Apache-2.0"

depends_on "cmake" => :build
depends_on "pybind11" => :build
depends_on "ffmpeg"
depends_on "gflags"
depends_on "google-benchmark"
Expand Down

0 comments on commit 54d1cef

Please sign in to comment.