From 3ff334ed6b48e485003a0d1538f524b3e1113efd Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Tue, 10 Oct 2023 19:03:53 +0000 Subject: [PATCH] Let %cargo_prep handle removing .cargo/config.toml. --- python-orjson.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-orjson.spec b/python-orjson.spec index f31b29a..2ecc5d9 100644 --- a/python-orjson.spec +++ b/python-orjson.spec @@ -57,7 +57,7 @@ tomcli-set Cargo.toml del 'features.unstable-simd' # Remove no-panic feature tomcli-set Cargo.toml del 'features.no-panic' # Remove bundled rust crates -rm -r include/cargo .cargo/config.toml +rm -r include/cargo # Remove bundled yyjson. rm -rv include/yyjson/