Skip to content

Commit 0e2cdbe

Browse files
authored
Merge pull request Homebrew#193511 from Homebrew/git-archive-all-py3.13
git-archive-all: use python from path
2 parents b4419bd + d97213a commit 0e2cdbe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/g/git-archive-all.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ class GitArchiveAll < Formula
99
head "https://github.com/Kentzo/git-archive-all.git", branch: "master"
1010

1111
bottle do
12-
rebuild 3
13-
sha256 cellar: :any_skip_relocation, all: "b7048f7dce0b1d955d62f648271e3cf9b2e3ba3f32361468ed2809b6fda9d5b4"
12+
rebuild 4
13+
sha256 cellar: :any_skip_relocation, all: "9e7f58cc0dc34cb76ca99a53da3fb41fc10efb8eff7514a95b48e1033848cc0b"
1414
end
1515

16-
depends_on "python@3.12"
16+
uses_from_macos "python"
1717

1818
def install
19-
rewrite_shebang detected_python_shebang, "git_archive_all.py"
19+
rewrite_shebang detected_python_shebang(use_python_from_path: true), "git_archive_all.py"
2020

2121
system "make", "prefix=#{prefix}", "install"
2222
end

0 commit comments

Comments
 (0)