mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
fix: use sed to allow newer versions of python
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user