yturl: add missing dep
This commit is contained in:
parent
46651df1c8
commit
60ee2a475b
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'yturl'
|
# Template file for 'yturl'
|
||||||
pkgname=yturl
|
pkgname=yturl
|
||||||
version=2.0.0
|
version=2.0.0
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python-setuptools python-requests"
|
depends="python-setuptools python-requests python-six"
|
||||||
pycompile_module="yturl.py"
|
pycompile_module="yturl.py"
|
||||||
short_desc="YouTube videos on the command line"
|
short_desc="YouTube videos on the command line"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue