summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2023-07-19 23:36:57 +0200
committerMartin Diehl2023-07-19 23:36:57 +0200
commitcdaa5276ba2a3eaeca98149a9a7c89b80adcd73f (patch)
treec444fd35e071535255fdc36dcb0f00b66d0170e6
parent24ea03266e0f5f1bb3c76b34fcacccf2509c44f9 (diff)
downloadaur-cdaa5276ba2a3eaeca98149a9a7c89b80adcd73f.tar.gz
missing build dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c3febf80b5c..43ae65907c26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-pyvista
pkgdesc = 3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK)
pkgver = 0.40.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.pyvista.org
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ makedepends = python-setuptools
depends = python-numpy
depends = python-imageio
depends = python-pillow
diff --git a/PKGBUILD b/PKGBUILD
index effbb8c62d0e..ec14317b8cb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Diehl <aur@martin-diehl.net>
pkgver=0.40.1
-pkgrel=1
+pkgrel=2
pkgname=python-pyvista
_name=${pkgname#python-}
pkgdesc='3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK)'
@@ -9,7 +9,7 @@ arch=('any')
url='https://www.pyvista.org'
license=('MIT')
depends=('python-numpy' 'python-imageio' 'python-pillow' 'python-appdirs' 'python-scooby' 'vtk' 'python-matplotlib')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
optdepends=('python-meshio')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha512sums=('ade4653137c625ca27ef0f8c4608965c7e62b5524a775cced621ea1ea5f5b4a8040c4e4d32576d481ef9f929dcef69d4fb66344dc2210aef99d9152b585d7926')