summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1bb710ea992..413a4092d9b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,8 @@ pkgbase = python-fgivenx
url = https://github.com/williamjameshandley/fgivenx
arch = any
license = MIT
- makedepends = python-setuptools
+ makedepends = python-build
+ makedepends = python-installer
depends = python-numpy
depends = python-matplotlib
depends = python-scipy
diff --git a/PKGBUILD b/PKGBUILD
index b3323017ef7b..d9bf772e0f06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ arch=(any)
url="https://github.com/williamjameshandley/fgivenx"
license=('MIT')
groups=()
-depends=('python-numpy' 'python-matplotlib' 'python-scipy' 'python-joblib' 'python-mpi4py' 'python-tqdm')
-makedepends=('python-setuptools')
+depends=(python-numpy python-matplotlib python-scipy python-joblib python-mpi4py python-tqdm)
+makedepends=(python-build python-installer)
provides=()
conflicts=()
replaces=()