python312Packages.cx-freeze: unbreak (#354460)
This commit is contained in:
commit
6b1e130f38
@ -29,8 +29,7 @@ buildPythonPackage rec {
|
|||||||
sed -i /patchelf/d pyproject.toml
|
sed -i /patchelf/d pyproject.toml
|
||||||
# Build system requirements
|
# Build system requirements
|
||||||
substituteInPlace pyproject.toml \
|
substituteInPlace pyproject.toml \
|
||||||
--replace-fail "setuptools>=65.6.3,<71" "setuptools" \
|
--replace-fail "setuptools>=70.1,<75" "setuptools"
|
||||||
--replace-fail "wheel>=0.42.0,<=0.43.0" "wheel"
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
|
Loading…
Reference in New Issue
Block a user