Patch for Python 3.14 (close RHBZ#2367779)
This commit is contained in:
parent
08f281c034
commit
96ae7df798
2 changed files with 388 additions and 0 deletions
|
|
@ -33,6 +33,11 @@ Source1: get_source
|
|||
|
||||
%endif
|
||||
|
||||
# Ban mutating immutable buffers on the free-threaded build
|
||||
# (Updates to PyO3 0.25 and fixes Python 3.14 support)
|
||||
# https://github.com/milesgranger/cramjam/pull/214
|
||||
Patch: https://github.com/milesgranger/cramjam/pull/214.patch
|
||||
|
||||
BuildSystem: pyproject
|
||||
BuildOption(install): -l cramjam
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue