From 60b8e584c983c89845c07f6d1afbb8edb960e68f Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 9 Mar 2023 00:55:13 +0530 Subject: [PATCH] yt-dlp: fix depends --- srcpkgs/yt-dlp/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/yt-dlp/template b/srcpkgs/yt-dlp/template index a13631631169..3c349c2047b4 100644 --- a/srcpkgs/yt-dlp/template +++ b/srcpkgs/yt-dlp/template @@ -1,11 +1,12 @@ # Template file for 'yt-dlp' pkgname=yt-dlp version=2023.03.04 -revision=1 +revision=2 build_style=python3-module make_check_args="-k not(download)" hostmakedepends="python3-setuptools" -depends="python3" +depends="python3-mutagen python3-pycryptodomex python3-websockets python3-Brotli + python3-certifi" checkdepends="python3-pytest-xdist" short_desc="CLI program to download videos from YouTube and other sites" maintainer="Michal Vasilek "