yt-dlp: add missing python3 dependency
This commit is contained in:
parent
b8b12cce9d
commit
f4b5edb296
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue