File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,18 @@ class Storm < Formula
88 license "Apache-2.0"
99
1010 bottle do
11- sha256 cellar : :any_skip_relocation , all : "ce0e2d92dacba7041e54790d524b9f9953716371a536a2261b4999f876b49b09"
11+ rebuild 1
12+ sha256 cellar : :any_skip_relocation , all : "96c59b0cd0af1e7e1b181d6303e2342d142603ebf7eacff6f954493b954cd51a"
1213 end
1314
1415 depends_on "openjdk"
15- 16+
17+ uses_from_macos "python"
1618
1719 def install
1820 libexec . install Dir [ "*" ]
1921 ( bin /"storm" ) . write_env_script libexec /"bin/storm" , Language ::Java . overridable_java_home_env
20- rewrite_shebang detected_python_shebang , libexec /"bin/storm.py"
22+ rewrite_shebang detected_python_shebang ( use_python_from_path : true ) , libexec /"bin/storm.py"
2123 end
2224
2325 test do
You can’t perform that action at this time.
0 commit comments