python3-youtube-search: fix dependencies
This commit is contained in:
parent
044b44a104
commit
767d532398
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'python3-youtube-search'
|
||||
pkgname=python3-youtube-search
|
||||
version=2.1.0
|
||||
revision=3
|
||||
revision=4
|
||||
_gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e
|
||||
create_wrksrc=yes
|
||||
build_wrksrc="youtube-search-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-urllib3"
|
||||
checkdepends="python3-wheel python3-pip $depends"
|
||||
depends="python3-requests"
|
||||
checkdepends="$depends"
|
||||
short_desc="Python3 library for searching YouTube"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Reference in a new issue