From cd024ba8ef03da22e8766cefceb2950d8929819d Mon Sep 17 00:00:00 2001 From: Raed Rizqie Date: Wed, 20 Oct 2021 00:55:27 +0800 Subject: [PATCH] Update PKGBUILD --- mingw-w64-python-qtawesome/PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)