python312Packages.cx-freeze: unbreak

This commit is contained in:
Peder Bergebakken Sundt
2024-11-08 12:44:45 +01:00
parent 6011527ff3
commit 7b094e2b2b
@@ -29,8 +29,7 @@ buildPythonPackage rec {
sed -i /patchelf/d pyproject.toml
# Build system requirements
substituteInPlace pyproject.toml \
--replace-fail "setuptools>=65.6.3,<71" "setuptools" \
--replace-fail "wheel>=0.42.0,<=0.43.0" "wheel"
--replace-fail "setuptools>=70.1,<75" "setuptools"
'';
build-system = [