Skip to content

Commit 904de80

Browse files
authored
Merge pull request Homebrew#194218 from Homebrew/xcode-build-server-py3.13
xcode-build-server: use python from path
2 parents a9b2202 + f980b6c commit 904de80

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Formula/x/xcode-build-server.rb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,19 @@ class XcodeBuildServer < Formula
99
head "https://github.com/SolaWing/xcode-build-server.git", branch: "master"
1010

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, all: "6f5db53f5f0fc9ea907e34bcc79f678ed6bfd368e3d5a6e73d48d4b0c992d388"
12+
rebuild 1
13+
sha256 cellar: :any_skip_relocation, all: "fccb7dc23c0cffc541fceaf0583e7d305e35551a340315cd067a7cb0723a07d3"
1314
end
1415

1516
depends_on "gzip"
1617
depends_on :macos
17-
depends_on "[email protected]"
18+
19+
uses_from_macos "python"
1820

1921
def install
2022
libexec.install Dir["*"]
2123

22-
rewrite_shebang detected_python_shebang, libexec/"xcode-build-server"
24+
rewrite_shebang detected_python_shebang(use_python_from_path: true), libexec/"xcode-build-server"
2325
bin.install_symlink libexec/"xcode-build-server"
2426
end
2527

0 commit comments

Comments
 (0)