diff --git a/python-pandas.spec b/python-pandas.spec index 51477ac..6351794 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -106,10 +106,6 @@ analysis tools for the Python programming language.} %package -n python3-pandas Summary: %{summary} -# pandas/tests/window/moments/test_moments_rolling.py: test_rolling_std_neg_sqrt() -# -# unit test from Bottleneck -# # pandas/_libs/window/aggregations.pyx: # # Moving maximum / minimum code taken from Bottleneck under the terms @@ -135,13 +131,6 @@ Provides: bundled(python3dist(dateutil)) # of its components are not header-only. Provides: bundled(klib-khash) = 0.2.6 -# pandas/tests/io/data/spss/*.sav: -# -# From Haven -# -# Not packaged (tests only) therefore not bundled -# Provides: bundled(R-haven) - # pandas/_libs/src/headers/portable.h: # # Contains several preprocessor macros from an unspecified version of MUSL libc @@ -438,6 +427,18 @@ Recommends: python3dist(cftime) BuildRequires: python3dist(ipython) >= 7.11.1 Recommends: python3dist(ipython) >= 7.11.1 +# pandas/tests/io/data/spss/*.sav: +# +# From Haven +Provides: bundled(R-haven) + +# pandas/tests/window/moments/test_moments_rolling.py: test_rolling_std_neg_sqrt() +# +# unit test from Bottleneck +# +# There is no reasonable path to unbundling a single unit test. +Provides: bundled(python3dist(bottleneck)) + %endif