From a13e6f9c1301f3c6af82c911e6ad9358f96461df Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Fri, 20 Mar 2020 11:20:40 +0100 Subject: [PATCH] python3-numpy: add missing runtime dep 'python3-setuptools' --- srcpkgs/python3-numpy/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 "