- add no-mypy-test-plugin.patch: skip pytest-mypy dependency

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-xarray?expand=0&rev=112
This commit is contained in:
2025-03-30 20:23:05 +00:00
committed by Git OBS Bridge
parent d63dc5dc16
commit 8832c0c5cb
4 changed files with 23 additions and 4 deletions

View File

@@ -36,6 +36,8 @@ Source: https://github.com/pydata/xarray/archive/refs/tags/v%{version}.t
# PATCH-FEATURE-UPSTREAM local_dataset.patch gh#pydata/xarray#5377 mcepl@suse.com
# fix xr.tutorial.open_dataset to work with the preloaded cache.
Patch0: local_dataset.patch
# PATCH-FIX-OPENSUSE: skip dependency on pytest-mypy
Patch1: no-mypy-test-plugin.patch
BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}
@@ -133,6 +135,8 @@ The [io] extra for xarray, N-D labeled arrays and datasets in Python
#%%package parallel
#Summary: The python xarray[parallel] extra
#Requires: python-dask-complete >= 2023.11
@@ -140,7 +144,6 @@ The [io] extra for xarray, N-D labeled arrays and datasets in Python
#
#%description parallel
#The [parallel] extra for xarray, N-D labeled arrays and datasets in Python
%package viz
Summary: The python xarray[viz] extra
Requires: python-matplotlib