summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorweipeng2023-09-09 10:54:27 +0800
committerweipeng2023-09-09 11:04:33 +0800
commite32cc3b5a14c917a27d16c061b9fbd1421689330 (patch)
treef3f9e3496bd394ec4b05b30f2893280a82bfb1c8 /PKGBUILD
parent1e1ab15af94b5bb9718b2949022680ac096189eb (diff)
downloadaur-e32cc3b5a14c917a27d16c061b9fbd1421689330.tar.gz
fix makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 705c84d09df4..efa95d0f7729 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ url="https://github.com/xarray-contrib/cf-xarray"
license=('Apache')
groups=()
depends=("python-dask" "python-matplotlib" "python-netcdf4" "python-pandas" "python-pooch" "python-xarray")
-makedepends=()
+makedepends=("python-build" "python-installer" "python-setuptools")
checkdepends=("python-pytest" "python-pytest-cov" "python-pytest-xdist")
optdepends=()
provides=()