yturl: fix depends

This commit is contained in:
Alessio Sergi 2018-05-04 19:45:46 +02:00
parent 884862f287
commit e278a4eb60

View file

@ -1,10 +1,11 @@
# Template file for 'yturl'
pkgname=yturl
version=2.0.2
revision=2
revision=3
noarch=yes
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-requests"
depends="python3-setuptools python3-requests python3-six"
pycompile_module="yturl.py"
short_desc="YouTube videos on the command line"
maintainer="Diogo Leal <diogo@diogoleal.com>"
@ -12,4 +13,3 @@ license="Public Domain"
homepage="https://github.com/cdown/yturl"
distfiles="https://github.com/cdown/yturl/archive/${version}.tar.gz"
checksum=0fb50a9cf7137a95eaa4df34c6a35944eb0a8baacfc04436c9644e968a6604a3
noarch=yes