From 88cae12a2d99ea4d5ead5c8808aa5235fed7f778 Mon Sep 17 00:00:00 2001 From: madonuko Date: Mon, 5 Jan 2026 02:08:30 +0800 Subject: [PATCH] fix: use sed to allow newer versions of python --- anda/apps/buzz/buzz.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/apps/buzz/buzz.spec b/anda/apps/buzz/buzz.spec index d1b4d3e469..1f65097f08 100644 --- a/anda/apps/buzz/buzz.spec +++ b/anda/apps/buzz/buzz.spec @@ -23,9 +23,10 @@ Buzz transcribes and translates audio offline on your personal computer. Powered %prep %git_clone https://github.com/chidiwilliams/buzz +sed '/^requires-python/s@3\.13@3.15@' -i pyproject.toml %build -%pyproject_wheel --ignore-requires-python +%pyproject_wheel %install %pyproject_install