diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template index e144d1631b5..cffe4080bf7 100644 --- a/srcpkgs/python3-numpy/template +++ b/srcpkgs/python3-numpy/template @@ -1,11 +1,12 @@ # Template file for 'python3-numpy' pkgname=python3-numpy version=1.18.2 -revision=1 +revision=2 wrksrc="numpy-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython gcc-fortran" makedepends="python3-devel lapack-devel cblas-devel" +depends="python3-setuptools" checkdepends="python3-pytest" short_desc="Fast and sophisticated array facility to Python3" maintainer="bra1nwave "