Cleanup unneeded dependencies

This commit is contained in:
Mark Qvist 2025-11-27 13:57:16 +01:00
commit 65e08a9d41
30 changed files with 6 additions and 1857 deletions

View file

@ -40,8 +40,10 @@ preparewheel:
pyclean .
$(MAKE) -C sbapp cleanrns
build_wheel:
python3 setup.py sdist bdist_wheel
compile_wheel:
python3 setup.py bdist_wheel
build_wheel: remove_symlinks compile_wheel create_symlinks
build_win_exe:
python -m PyInstaller sideband.spec --noconfirm