python312Packages.cx-freeze: unbreak (#354460)

This commit is contained in:
Weijia Wang 2024-11-09 01:10:10 +01:00 committed by GitHub
commit 6b1e130f38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [