Skip to content

Commit cb8eff9

Browse files
authored
Merge pull request Homebrew#194202 from Homebrew/storm-py3.13
storm: use python from path
2 parents e6aea21 + 9ab3492 commit cb8eff9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Formula/s/storm.rb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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-
depends_on "[email protected]"
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

0 commit comments

Comments
 (0)