python312Packages.pygame-ce: unpin cython, unbreak

This commit is contained in:
Peder Bergebakken Sundt 2024-09-08 22:00:47 +02:00
parent d0b6a0071f
commit 09010059db

View File

@ -65,7 +65,9 @@ buildPythonPackage rec {
postPatch =
''
# cython was pinned to fix windows build hangs (pygame-community/pygame-ce/pull/3015)
substituteInPlace pyproject.toml \
--replace-fail '"cython<=3.0.10",' '"cython",' \
--replace-fail '"meson<=1.5.0",' '"meson",' \
--replace-fail '"sphinx<=7.2.6",' "" \
--replace-fail '"ninja<=1.11.1.1",' ""