Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dec97d8096 |
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue