Merge pull request #280612 from fabaff/plugwise-fix
python311Packages.plugwise: relax setuptools
This commit is contained in:
@@ -35,6 +35,7 @@ buildPythonPackage rec {
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace "setuptools~=68.0" "setuptools" \
|
||||
--replace "wheel~=0.40.0" "wheel"
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user