Skip to content

Commit ccda476

Browse files
committed
gz-math: depend on python as build/test
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 <scpeters@openrobotics.org>
1 parent 1dc8bd3 commit ccda476

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Formula/gz-math8.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ class GzMath8 < Formula
1111
depends_on "doxygen" => :build
1212
depends_on "pybind11" => :build
1313
depends_on "python@3.12" => [:build, :test]
14+
depends_on "python@3.13" => [:build, :test]
1415
depends_on "pkg-config" => :test
1516
depends_on "eigen"
1617
depends_on "gz-cmake4"
1718
depends_on "gz-utils3"
18-
depends_on "python@3.13"
1919
depends_on "ruby"
2020

2121
def pythons

0 commit comments

Comments
 (0)