SFTtech / openage

Free (as in freedom) open source clone of the Age of Empires II engine 🚀
http://openage.dev
Other
12.51k stars 1.11k forks source link

Add setuptools as conditionl dependency #1610

Closed heinezen closed 6 months ago

heinezen commented 6 months ago

Python 3.12 removed distutils but Cython still requires it for building. Until this is solved, we have to pull setuptools (which contains distutils) as a dependency on platforms that don't automatically support it.