summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorentin Cadiou2023-10-12 09:39:31 +0200
committerCorentin Cadiou2023-10-12 09:39:31 +0200
commit1ed2ddb487a025294527ff84f071842de94603b2 (patch)
tree6722b45fa25ef7ab14c5f59c0603b3f44d4d22fa
parentf660434fa83b162345efcc1bffa6bd2ffcbbf9b6 (diff)
downloadaur-1ed2ddb487a025294527ff84f071842de94603b2.tar.gz
Reduce makedepends
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80e9ba057cfa..0d93585d5476 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gitname=yt
pkgname=python-${_gitname}-git
pkgver=4.0.0.r2489.g7df628d03
-pkgrel=2
+pkgrel=3
pkgdesc="python package for data analysis and visualization"
url="http://yt-project.org"
arch=(any)
@@ -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'