diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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=() |