public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-trimesh] rawhide: Disable blender dependency while it’s broken on Python 3.15
@ 2026-06-16 12:55 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-16 12:55 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-trimesh
Branch : rawhide
Commit : 441a2a2fe14f70a62b5d5c71261753ded01db645
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-06-16T13:52:51+01:00
Stats : +3/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-trimesh/c/441a2a2fe14f70a62b5d5c71261753ded01db645?branch=rawhide
Log:
Disable blender dependency while it’s broken on Python 3.15
---
diff --git a/python-trimesh.spec b/python-trimesh.spec
index 06d176b..2e9c44d 100644
--- a/python-trimesh.spec
+++ b/python-trimesh.spec
@@ -1,7 +1,9 @@
# This breaks several dependency cycles involving test dependencies.
%bcond bootstrap 0
-%bcond blender %{without bootstrap}
+# usd fails to build with Python 3.15: […]
+# https://bugzilla.redhat.com/show_bug.cgi?id=2433881
+%bcond blender %[ %{without bootstrap} && 0%{?fedora} < 45 ]
%bcond cascadio %{without bootstrap}
%bcond skimage 1
# https://bugzilla.redhat.com/show_bug.cgi?id=2460576
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-16 12:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-16 12:55 [rpms/python-trimesh] rawhide: Disable blender dependency while it’s broken on Python 3.15 Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox