Date: Wednesday, December 1, 2021 @ 14:56:42
  Author: foutrelis
Revision: 1059573

Add setuptools build dep

Modified:
  python-trimesh/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-12-01 14:56:41 UTC (rev 1059572)
+++ PKGBUILD    2021-12-01 14:56:42 UTC (rev 1059573)
@@ -8,6 +8,7 @@
 url="https://github.com/mikedh/trimesh";
 license=('MIT')
 depends=(python python-numpy)
+makedepends=(python-setuptools)
 checkdepends=(python-scipy python-networkx python-rtree python-lxml
               python-shapely python-pillow python-sympy python-requests
               python-msgpack python-pyglet python-jsonschema

Reply via email to