Merge pull request #280612 from fabaff/plugwise-fix

python311Packages.plugwise: relax setuptools
This commit is contained in:
Nick Cao
2024-01-13 10:19:25 -05:00
committed by GitHub
@@ -35,6 +35,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace "setuptools~=68.0" "setuptools" \
--replace "wheel~=0.40.0" "wheel"
'';