From 68fbd0e78d134353d32131bc5866c40196e036fe Mon Sep 17 00:00:00 2001 From: Gil Date: Sun, 12 Jan 2025 02:17:05 -0600 Subject: [PATCH] Fix: yt-dlp Build Deps (#2913) Signed-off-by: Gil --- anda/tools/yt-dlp/yt-dlp-nightly.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/tools/yt-dlp/yt-dlp-nightly.spec b/anda/tools/yt-dlp/yt-dlp-nightly.spec index 07406c37fd..e1ad3528bd 100644 --- a/anda/tools/yt-dlp/yt-dlp-nightly.spec +++ b/anda/tools/yt-dlp/yt-dlp-nightly.spec @@ -19,6 +19,8 @@ Source: https://src.fedoraproject.org/rpms/yt-dlp/raw/rawhide/f/yt-dlp.s BuildArch: noarch BuildRequires: python3-devel +BuildRequires: python3dist(hatchling) +BuildRequires: python3dist(pip) %if %{with tests} # Needed for %%check @@ -33,7 +35,6 @@ BuildRequires: make Recommends: /usr/bin/ffmpeg Recommends: /usr/bin/ffprobe -Provides: yt-dlp Conflicts: yt-dlp Suggests: python3dist(keyring)