diff --git a/mingw-w64-python-qtawesome/PKGBUILD b/mingw-w64-python-qtawesome/PKGBUILD index 734fc49c73..5e6e6c1135 100644 --- a/mingw-w64-python-qtawesome/PKGBUILD +++ b/mingw-w64-python-qtawesome/PKGBUILD @@ -12,7 +12,9 @@ license=('MIT') url='https://github.com/spyder-ide/qtawesome' depends=( ${MINGW_PACKAGE_PREFIX}-python-qtpy - ${MINGW_PACKAGE_PREFIX}-python-pyqt5) + ${MINGW_PACKAGE_PREFIX}-python-pyqt5 + ${MINGW_PACKAGE_PREFIX}-python-pywin32 + ${MINGW_PACKAGE_PREFIX}-python-jupyter_core) makedepends=( ${MINGW_PACKAGE_PREFIX}-python ${MINGW_PACKAGE_PREFIX}-python-setuptools)