Temporarily omit dask/xarray to build for Python 3.14

- Disable dask extra until it can be built
- Disable xarray extra until it can be built, and due to a circular
  dependency
- Fixes RHBZ#2372030
This commit is contained in:
Benjamin A. Beasley
2025-06-15 06:18:34 -04:00
parent ad9325b7b8
commit 7f147e1bbf
+9 -3
View File
@@ -1,4 +1,7 @@
%bcond xarray 1
# There is a dependency cycle with xarray.
# F43FailsToInstall: python3-xarray+io, python3-xarray
# https://bugzilla.redhat.com/show_bug.cgi?id=2372200
%bcond xarray 0
# Not yet packaged: python-uncertainties
%bcond uncertainties 0
# Requires babel <= 2.8; F42 has 2.16.0
@@ -7,8 +10,11 @@
%bcond pandas 0
# Not yet packaged: python-mip
%bcond mip 0
# may need to be disabled sometimes for bootstrapping
%bcond dask 1
# F43FailsToInstall: python3-dask+array, python3-dask+bag,
# python3-dask+dataframe, python3-dask+delayed, python3-dask+distributed,
# python3-dask
# https://bugzilla.redhat.com/show_bug.cgi?id=2371852
%bcond dask 0
Name: python-pint
Version: 0.24.4