diff --git a/conda.spec b/conda.spec index 2b43e36..29d07b3 100644 --- a/conda.spec +++ b/conda.spec @@ -92,6 +92,9 @@ Provides: bundled(python%{python3_pkgversion}-boltons) = 21.0.0 # Do not restrict upper bound of ruamel-yaml sed -i -e '/ruamel.yaml/s/,<[0-9.]*//' pyproject.toml +# F38 has an older jsonpatch +sed -i -e '/jsonpatch/d' pyproject.toml + # pytest-split/xdoctest not packaged, store-duration not needed sed -i -e '/splitting-algorithm/d' -e '/store-durations/d' -e '/xdoctest/d' pyproject.toml