From f4b5edb2966989c106af843b9ef745be99ff7cae Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 1 Dec 2021 17:25:33 +0100 Subject: [PATCH] yt-dlp: add missing python3 dependency --- srcpkgs/yt-dlp/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/yt-dlp/template b/srcpkgs/yt-dlp/template index b142e21ddba..9432641a5e7 100644 --- a/srcpkgs/yt-dlp/template +++ b/srcpkgs/yt-dlp/template @@ -1,11 +1,12 @@ # Template file for 'yt-dlp' pkgname=yt-dlp version=2021.11.10.1 -revision=1 +revision=2 wrksrc="$pkgname" build_style=python3-module hostmakedepends="python3-setuptools" checkdepends="python3-pytest flake8 python3-nose" +depends="python3" short_desc="CLI program to download videos from YouTube and other sites" maintainer="Michal Vasilek " license="Unlicense"