From 7d151454f9c898eb349e117024dadbb4e9f616e4 Mon Sep 17 00:00:00 2001 From: windowsboy111 Date: Mon, 9 Jan 2023 11:10:31 +0800 Subject: [PATCH] Update python3-orjson.spec Signed-off-by: windowsboy111 --- anda/python/orjson/python3-orjson.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/python/orjson/python3-orjson.spec b/anda/python/orjson/python3-orjson.spec index 49f19ea35a..7078f2961f 100644 --- a/anda/python/orjson/python3-orjson.spec +++ b/anda/python/orjson/python3-orjson.spec @@ -15,7 +15,7 @@ for JSON and is more correct than the standard json library or other third-party serializes dataclass, datetime, numpy, and UUID instances natively. %prep -%autosetup -n %{name}-%{version} +%autosetup -n orjson-%{version} %build maturin build --release --strip