From 06969de893b8b0142ed0baca07034be8b23fd82c Mon Sep 17 00:00:00 2001 From: dkwo Date: Tue, 30 May 2023 17:58:13 -0400 Subject: [PATCH] yt-dlp: add depends from pip3 check --- srcpkgs/yt-dlp/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/yt-dlp/template b/srcpkgs/yt-dlp/template index fbad7395bf14..74b912ff72cf 100644 --- a/srcpkgs/yt-dlp/template +++ b/srcpkgs/yt-dlp/template @@ -1,16 +1,17 @@ # Template file for 'yt-dlp' pkgname=yt-dlp version=2023.06.22 -revision=1 +revision=2 build_style=python3-module make_check_args="-k not(download)" hostmakedepends="python3-setuptools" -depends="python3" +depends="python3 python3-Brotli python3-certifi python3-mutagen + python3-pycryptodomex python3-websockets" checkdepends="python3-pytest-xdist" short_desc="CLI program to download videos from YouTube and other sites" maintainer="Michal Vasilek " license="Unlicense" homepage="https://github.com/yt-dlp/yt-dlp" changelog="https://raw.githubusercontent.com/yt-dlp/yt-dlp/master/Changelog.md" -distfiles="https://github.com/yt-dlp/yt-dlp/releases/download/$version/yt-dlp.tar.gz" +distfiles="https://github.com/yt-dlp/yt-dlp/releases/download/${version}/yt-dlp.tar.gz" checksum=5291eb8e077ee1bc2585f4f522d75f1e4f9fd4c3374bace1572cf59b97bdd9c3