Skip to content

Commit 30ad4a1

Browse files
authored
Merge pull request Homebrew#194217 from Homebrew/whatmp3-py3.13
whatmp3: use python from path
2 parents 904de80 + b339d53 commit 30ad4a1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Formula/w/whatmp3.rb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,20 @@ class Whatmp3 < Formula
1010
head "https://github.com/RecursiveForest/whatmp3.git", branch: "master"
1111

1212
bottle do
13-
rebuild 3
14-
sha256 cellar: :any_skip_relocation, all: "8ed46e6584b275f429adc8ebd610b18b2c5990beaf03460025deed6cbb92efe4"
13+
rebuild 4
14+
sha256 cellar: :any_skip_relocation, all: "33b3b2f4177414409c8c5e06ebf4fbbbe50c6c9537c281881bcf719a9f35fecc"
1515
end
1616

1717
depends_on "flac"
1818
depends_on "lame"
1919
depends_on "mktorrent"
20-
depends_on "[email protected]"
20+
21+
uses_from_macos "python"
2122

2223
def install
2324
system "make", "PREFIX=#{prefix}", "install"
2425

25-
rewrite_shebang detected_python_shebang, bin/"whatmp3"
26+
rewrite_shebang detected_python_shebang(use_python_from_path: true), bin/"whatmp3"
2627
end
2728

2829
test do

0 commit comments

Comments
 (0)