summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6eba3657e1f9..9d66be88e2d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,10 +13,10 @@ pkgdesc="SciPy is open-source software for mathematics, science, and engineering
arch=('x86_64')
url="http://www.scipy.org/"
license=('BSD')
-depends=('intel-oneapi-compiler' 'intel-oneapi-mkl' 'python-numpy')
+depends=('intel-oneapi-mkl' 'python-numpy')
provides=("python-scipy=$pkgver")
conflicts=('python-scipy')
-makedepends=('cython' 'gcc-fortran' 'pybind11' 'python-pythran' 'python-setuptools')
+makedepends=('cython' 'gcc-fortran' 'procps-ng' 'pybind11' 'python-pythran' 'python-setuptools')
checkdepends=('python-pytest')
optdepends=('python-pillow: for image saving module')
source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.gz")