python3-youtube-search: add missing checkdepends

This commit is contained in:
Andrew Benson 2021-03-04 17:10:28 -07:00
parent 219084e31e
commit aae9574110

View file

@ -1,13 +1,14 @@
# Template file for 'python3-youtube-search'
pkgname=python3-youtube-search
version=2.1.0
revision=1
revision=2
_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"
short_desc="Python3 library for searching YouTube"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"