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:
@@ -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",' ""
|
||||
|
||||
Reference in New Issue
Block a user