python3-numpy: add missing runtime dep 'python3-setuptools'

This commit is contained in:
bra1nwave 2020-03-20 11:20:40 +01:00 committed by Juan RP
parent 40db34f1a2
commit a13e6f9c13

View file

@ -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 <bra1nwave@protonmail.com>"