fix: use sed to allow newer versions of python

This commit is contained in:
madonuko
2026-01-05 02:08:30 +08:00
parent dff2353409
commit 88cae12a2d
+2 -1
View File
@@ -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