mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 00:12:56 +02:00
python3-youtube-search: add missing checkdepends
This commit is contained in:
parent
219084e31e
commit
aae9574110
1 changed files with 2 additions and 1 deletions
|
@ -1,13 +1,14 @@
|
||||||
# Template file for 'python3-youtube-search'
|
# Template file for 'python3-youtube-search'
|
||||||
pkgname=python3-youtube-search
|
pkgname=python3-youtube-search
|
||||||
version=2.1.0
|
version=2.1.0
|
||||||
revision=1
|
revision=2
|
||||||
_gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e
|
_gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc="youtube-search-${version}"
|
build_wrksrc="youtube-search-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-urllib3"
|
depends="python3-urllib3"
|
||||||
|
checkdepends="python3-wheel python3-pip $depends"
|
||||||
short_desc="Python3 library for searching YouTube"
|
short_desc="Python3 library for searching YouTube"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue