public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-trimesh] rawhide: Disable blender dependency while it’s broken on Python 3.15
Date: Tue, 16 Jun 2026 12:55:53 GMT	[thread overview]
Message-ID: <178161455376.1.6526509564210881495.rpms-python-trimesh-441a2a2fe14f@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-06-16 12:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178161455376.1.6526509564210881495.rpms-python-trimesh-441a2a2fe14f@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox