summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCorentin Cadiou2023-10-12 09:39:18 +0200
committerCorentin Cadiou2023-10-12 09:39:18 +0200
commit07b457d2d9ab50ef7a4556b0adaad5e979efba5e (patch)
tree8679c4239b62567f9e2440ce6347ba34a3bb02df /PKGBUILD
parenta03cf24467fe7651b89ac800cb74a94349c46a41 (diff)
downloadaur-07b457d2d9ab50ef7a4556b0adaad5e979efba5e.tar.gz
Reduce makedepends
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bbd6c466db5f..3edc10309e27 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-yt
_module_name=yt
pkgver=4.3.0
-pkgrel=2
+pkgrel=3
pkgdesc="A community-developed analysis and visualization toolkit for volumetric data."
arch=(any)
url="http://yt-project.org"
@@ -23,10 +23,9 @@ depends=(
)
makedepends=(
'cython'
- 'python-setuptools'
+ 'python-build'
+ 'python-installer'
'python-wheel'
- 'python-ewah-bool-utils'
- 'python-oldest-supported-numpy'
)
optdepends=(
'jupyterlab: interactive analysis'