Remove bundled rust crates

%cargo_prep should override the vendoring config, but better safe than
sorry.
This commit is contained in:
Maxwell G 2023-07-11 00:00:55 +00:00 committed by Tomáš Hrnčiar
commit 787b7fcbf4

View file

@ -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/