ThaUnknown / miru

Bittorrent streaming software for cats. Stream anime torrents, real-time with no waiting for downloads.
https://miru.watch
GNU General Public License v3.0
2.36k stars 133 forks source link

fix: build failing on macos #366

Closed Waaiez closed 10 months ago

Waaiez commented 10 months ago

All builds passing - https://github.com/Waaiez/miru/actions/runs/6818779931 ^ Had to remove the publish code for testing there because for the life of me I cant remember how to change the publish location to my fork and its late

But anyway, this pr just install setuptools for python before anything As seen in discord distutils was remove in python 3.12

Changelog

PEP 632: Remove the distutils package. See the migration guide for advice replacing the APIs it provided. The third-party Setuptools package continues to provide distutils, if you still require it in Python 3.12 and beyond.