icloudpd: fix build tool versions (#371969)
This commit is contained in:
@@ -72,8 +72,8 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
preBuild = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail "setuptools==69.0.2" "setuptools" \
|
||||
--replace-fail "wheel==0.42.0" "wheel"
|
||||
--replace-fail "setuptools==75.6.0" "setuptools" \
|
||||
--replace-fail "wheel==0.45.1" "wheel"
|
||||
|
||||
substituteInPlace src/foundation/__init__.py \
|
||||
--replace-fail "0.0.1" "${version}"
|
||||
|
||||
Reference in New Issue
Block a user