Skip to content

Commit e4db130

Browse files
iMichkaBrewTestBot
authored andcommitted
youtube-dlc: fix python3 references
See Homebrew#108008 Closes Homebrew#109635. Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
1 parent 6d9f25f commit e4db130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/youtube-dlc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class YoutubeDlc < Formula
2323
uses_from_macos "zip" => :build
2424

2525
def install
26-
system "make", "PYTHON=#{which("python3")}"
26+
system "make", "PYTHON=#{which("python3.10")}"
2727
bin.install "youtube-dlc"
2828
bash_completion.install "youtube-dlc.bash-completion"
2929
zsh_completion.install "youtube-dlc.zsh"

0 commit comments

Comments
 (0)