diff --git a/mingw-w64-python-influxdb/PKGBUILD b/mingw-w64-python-influxdb/PKGBUILD index 36eb24692a..5dfd760dda 100644 --- a/mingw-w64-python-influxdb/PKGBUILD +++ b/mingw-w64-python-influxdb/PKGBUILD @@ -10,7 +10,14 @@ arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://www.influxdata.com/" license=('MIT') -depends=("${MINGW_PACKAGE_PREFIX}-python") +depends=( + "${MINGW_PACKAGE_PREFIX}-python" + "${MINGW_PACKAGE_PREFIX}-python-requests" + "${MINGW_PACKAGE_PREFIX}-python-pandas" + "${MINGW_PACKAGE_PREFIX}-python-sphinx" + "${MINGW_PACKAGE_PREFIX}-python-nose" + "${MINGW_PACKAGE_PREFIX}-python-mock" +) checkdepends=( "${MINGW_PACKAGE_PREFIX}-python-pytest" "${MINGW_PACKAGE_PREFIX}-python-msgpack"