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
commit 60723e392c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,7 @@ buildPythonPackage rec {
postPatch = '' postPatch = ''
substituteInPlace pyproject.toml \ substituteInPlace pyproject.toml \
--replace "setuptools~=68.0" "setuptools" \
--replace "wheel~=0.40.0" "wheel" --replace "wheel~=0.40.0" "wheel"
''; '';