Skip to content

Commit

Permalink
gz-math: depend on python as build/test
Browse files Browse the repository at this point in the history
It is not recommended by brew to mix runtime and
non-runtime dependencies on python versions, so follow
that pattern. This means that `brew install gz-math8`
won't install python, but our documentation instructs
users to `brew install python` anyway, so this is fine.

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Oct 14, 2024
1 parent 1dc8bd3 commit ccda476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/gz-math8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ class GzMath8 < Formula
depends_on "doxygen" => :build
depends_on "pybind11" => :build
depends_on "[email protected]" => [:build, :test]
depends_on "[email protected]" => [:build, :test]
depends_on "pkg-config" => :test
depends_on "eigen"
depends_on "gz-cmake4"
depends_on "gz-utils3"
depends_on "[email protected]"
depends_on "ruby"

def pythons
Expand Down

0 comments on commit ccda476

Please sign in to comment.