add dependencies

This commit is contained in:
wlph17
2022-10-27 17:31:49 +08:00
parent c4fcd05525
commit a3fb31ae1c

View File

@@ -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"