opencv: python bindings depends on qt5-base and vtk

This commit is contained in:
Marcelo Duarte
2022-09-05 03:07:44 -03:00
committed by GitHub
parent 2e4e6e70ae
commit ec4cc2e3b0

View File

@@ -225,7 +225,9 @@ package_opencv() {
package_python-opencv() {
pkgdesc='Python bindings for OpenCV (mingw-w64)'
depends=("${MINGW_PACKAGE_PREFIX}-opencv"
"${MINGW_PACKAGE_PREFIX}-python-numpy")
"${MINGW_PACKAGE_PREFIX}-python-numpy"
"${MINGW_PACKAGE_PREFIX}-qt5-base"
$([[ "${MSYSTEM}" == "CLANGARM64" ]] || echo "${MINGW_PACKAGE_PREFIX}-vtk")
unset optdepends
cd "${srcdir}/build-${MSYSTEM}"