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'
|
||||
pkgname=yturl
|
||||
version=2.0.0
|
||||
revision=2
|
||||
revision=3
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools"
|
||||
depends="python-setuptools python-requests"
|
||||
depends="python-setuptools python-requests python-six"
|
||||
pycompile_module="yturl.py"
|
||||
short_desc="YouTube videos on the command line"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
|
|
Loading…
Reference in a new issue