From dec97d80963232874afef0c2966772c1a4dcc3f9 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 13 Dec 2023 20:54:58 -0700 Subject: [PATCH] Drop version restricted jsonpatch from pyproject.toml - only needed for test --- conda.spec | 3 +++ 1 file changed, 3 insertions(+) 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