yt-dlp: add missing python3 dependency

This commit is contained in:
Duncaen 2021-12-01 17:25:33 +01:00
parent b8b12cce9d
commit f4b5edb296
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -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 <michal@vasilek.cz>"
license="Unlicense"