chore: let python macros do their thing (#10542) (#10551)

(cherry picked from commit 677b83ab88)

Signed-off-by: Owen-sz <owen@fyralabs.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
Raboneko
2026-03-15 04:31:52 -07:00
committed by GitHub
parent 8929246563
commit 091a56f5ed
6 changed files with 6 additions and 25 deletions
-2
View File
@@ -50,8 +50,6 @@ popd
%doc README.md
%license LICENSE-0BSD.txt
%{_bindir}/fx2tool
%ghost %python3_sitelib/__pycache__/*.cpython-*.pyc
%ghost %python3_sitelib/%{name}/subcommands/__pycache__/*.cpython-*.pyc
%changelog
* Sun Sep 28 2025 Owen Zimmerman <owen@fyralabs.com>