python3Packages.pygame-ce: relax meson-python version requirement

Needed since python3Packages.meson-python has been updated to 0.17.1.

Resolves #380501.
This commit is contained in:
Rhys-T
2025-02-08 19:30:29 -05:00
parent 1c7d92f05a
commit 0426ae1df7
@@ -70,6 +70,7 @@ buildPythonPackage rec {
# cython was pinned to fix windows build hangs (pygame-community/pygame-ce/pull/3015)
substituteInPlace pyproject.toml \
--replace-fail '"meson<=1.5.1",' '"meson",' \
--replace-fail '"meson-python<=0.16.0",' '"meson-python",' \
--replace-fail '"ninja<=1.11.1.1",' "" \
--replace-fail '"cython<=3.0.11",' '"cython",' \
--replace-fail '"sphinx<=7.2.6",' ""