Flip off lock = true maturin config
Upstream switched to maturin in v43[0]. Since we fiddle with the lockfile maturin wants to update it since upstream configures `lock = true`. Turn that off. This fixes the v43 build in rawhide. [0] https://github.com/pyca/cryptography/pull/8815 [skip changelog]
This commit is contained in:
parent
696a6afd84
commit
fdf62093b4
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ recipes to Python developers.
|
|||
%autosetup -p1 -n %{srcname}-%{version}
|
||||
%if 0%{?fedora}
|
||||
%cargo_prep
|
||||
sed -i 's/locked = true//g' pyproject.toml
|
||||
rm src/rust/Cargo.lock
|
||||
%else
|
||||
# RHEL: use vendored Rust crates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue