python3Packages.trimesh: remove 'with python3.pkgs;'

This commit is contained in:
Peder Bergebakken Sundt
2025-06-09 04:30:03 +02:00
parent 2391076a09
commit cfe192376a
@@ -1,6 +1,5 @@
{
lib,
python,
buildPythonPackage,
fetchFromGitHub,
setuptools,
@@ -9,6 +8,23 @@
numpy,
lxml,
trimesh,
# optional deps
colorlog,
manifold3d,
charset-normalizer,
jsonschema,
networkx,
svg-path,
pycollada,
shapely,
xxhash,
rtree,
httpx,
scipy,
pillow,
mapbox-earcut,
embreex,
}:
buildPythonPackage rec {
@@ -29,7 +45,7 @@ buildPythonPackage rec {
dependencies = [ numpy ];
optional-dependencies = with python.pkgs; {
optional-dependencies = {
easy =
[
colorlog