Remove bundled rust crates
%cargo_prep should override the vendoring config, but better safe than sorry.
This commit is contained in:
parent
c71bb9cc5f
commit
787b7fcbf4
1 changed files with 2 additions and 0 deletions
|
|
@ -52,6 +52,8 @@ License: %{shrink:
|
|||
%prep
|
||||
%autosetup -p1 -n orjson-%{version}
|
||||
|
||||
# Remove bundled rust crates
|
||||
rm -r include/cargo .cargo/config.toml
|
||||
# Remove bundled yyjson.
|
||||
rm -rv include/yyjson/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue