public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-pint] rawhide: Add a bootstrap bcond to break the cycle with xarray
@ 2026-06-13 5:47 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-13 5:47 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-pint
Branch : rawhide
Commit : d65e44352d290f2d1b7a18d874a88621df12f998
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-06-13T06:35:26+01:00
Stats : +4/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-pint/c/d65e44352d290f2d1b7a18d874a88621df12f998?branch=rawhide
Log:
Add a bootstrap bcond to break the cycle with xarray
---
diff --git a/python-pint.spec b/python-pint.spec
index 5257b3d..b9fffdf 100644
--- a/python-pint.spec
+++ b/python-pint.spec
@@ -1,6 +1,9 @@
+# Break a dependency cycle with xarray
+%bcond bootstrap 0
+
# Omit until python-xarray is successfully rebuilt for Python 3.15.
# https://bugzilla.redhat.com/show_bug.cgi?id=2485982
-%bcond xarray %[0%{?fedora} < 45]
+%bcond xarray %[0%{?fedora} < 45 && %{without bootstrap}]
# Not yet packaged: python-uncertainties
%bcond uncertainties 0
# Requires babel <= 2.8. See: https://github.com/hgrecco/pint/issues/1219
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-13 5:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-13 5:47 [rpms/python-pint] rawhide: Add a bootstrap bcond to break the cycle with xarray 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