diff options
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -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 @@ -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=() |