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'
|
# Template file for 'yt-dlp'
|
||||||
pkgname=yt-dlp
|
pkgname=yt-dlp
|
||||||
version=2021.11.10.1
|
version=2021.11.10.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="$pkgname"
|
wrksrc="$pkgname"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
checkdepends="python3-pytest flake8 python3-nose"
|
checkdepends="python3-pytest flake8 python3-nose"
|
||||||
|
depends="python3"
|
||||||
short_desc="CLI program to download videos from YouTube and other sites"
|
short_desc="CLI program to download videos from YouTube and other sites"
|
||||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
license="Unlicense"
|
license="Unlicense"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue