python3-pytest-qt: specify all python3 hostmakedepends

This commit is contained in:
Andrew J. Hesford 2021-01-28 11:10:44 -05:00
parent 3179786124
commit 3d63f5f837

View file

@ -1,10 +1,10 @@
# Template file for 'python3-pytest-qt' # Template file for 'python3-pytest-qt'
pkgname=python3-pytest-qt pkgname=python3-pytest-qt
version=3.3.0 version=3.3.0
revision=2 revision=3
wrksrc=pytest-qt-${version} wrksrc=pytest-qt-${version}
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools_scm"
depends="python3-pytest" depends="python3-pytest"
checkdepends="$depends python3-pyside2 python3-PyQt5 python3-pytest-xvfb checkdepends="$depends python3-pyside2 python3-PyQt5 python3-pytest-xvfb
xdpyinfo" xdpyinfo"